#09AEC8

Color #09AEC8 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #09AEC8

Tints of Iris Blue #09AEC8

Color information

#09AEC8 (or 0x09AEC8) is unknown color: approx Iris Blue. HEX triplet: 09, AE and C8. RGB value is (9,174,200). Sum of RGB (Red+Green+Blue) = 9+174+200=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 200 (78.52% from 255 or 52.22% from 383); Max value from RGB is 200 - color contains mainly: blue. Hex color #09AEC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09AEC8 is #F65137. Grayscale: #7F7F7F. Windows color (decimal): -16142648 or 13151753. OLE color: 13151753.

HSL color Cylindrical-coordinate representation of color #09AEC8: hue angle of 188.17º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AEC8 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9174200-
CMYK0.960.1300.22
HSL188.17º91.39%40.98%-
HSV(B)188.17º95.5%78.43%-
XYZ25.6734.559.95-
YUV127.63168.8443.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 2.35%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 200 (78.52% from 255) = 52.22%
R=2.35%
G=45.43%
B=52.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal91742000.960.1300.22188.1791.3940.98
Hex9AEC860D016bc5b29
Octal112563101401502627413351
Binary1001101011101100100011000001101010110101111001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09AEC8; }

 p { color: rgb(9,174,200); }

 H1.HeaderClassName
 {
   color: #09AEC8;
 }
 .AnyTagClassName
 {
   color: #09AEC8;
 }
</style>
background-color css

<style>
 a { background-color: #09AEC8; }

 a { background-color: rgb(9,174,200); }

 div.DivClassName
 {
   background-color: #09AEC8;
 }
 .BgClassName
 {
   background-color: #09AEC8;
 }
</style>
border-color css

<style>
 span { border-color: #09AEC8; }

 span { border-color: rgb(9,174,200); }

 td.TdClassName
 {
   border-color: #09AEC8;
 }
 .TagClassName
 {
   border-color: #09AEC8;
 }
</style>