#08AAC2

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

Shades of Iris Blue #08AAC2

Tints of Iris Blue #08AAC2

Color information

#08AAC2 (or 0x08AAC2) is unknown color: approx Iris Blue. HEX triplet: 08, AA and C2. RGB value is (8,170,194). Sum of RGB (Red+Green+Blue) = 8+170+194=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #08AAC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AAC2 is #F7553D. Grayscale: #7C7C7C. Windows color (decimal): -16209214 or 12757512. OLE color: 12757512.

HSL color Cylindrical-coordinate representation of color #08AAC2: hue angle of 187.74º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AAC2 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8170194-
CMYK0.960.1200.24
HSL187.74º92.08%39.61%-
HSV(B)187.74º95.88%76.08%-
XYZ24.2132.756.07-
YUV124.3167.3345.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.15%
GREEN value IS 170 (66.80% from 255) = 45.70%
BLUE value IS 194 (76.17% from 255) = 52.15%
R=2.15%
G=45.70%
B=52.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81701940.960.1200.24187.7492.0839.61
Hex8AAC260C018bc5c28
Octal102523021401403027413450
Binary1000101010101100001011000001100011000101111001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08AAC2; }

 p { color: rgb(8,170,194); }

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

<style>
 a { background-color: #08AAC2; }

 a { background-color: rgb(8,170,194); }

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

<style>
 span { border-color: #08AAC2; }

 span { border-color: rgb(8,170,194); }

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