Shades of Iris Blue #08AAC2
Tints of Iris Blue #08AAC2
RGB
CMYK
RGB Variations
Color information
#08AAC2 (or 0x08AAC2) is known color: 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
| RGB | 8 | 170 | 194 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.24 |
| HSL | 187.74º | 0.92% | 0.4% | - |
| HSV(B) | 187.74º | 0.96% | 0.76% | - |
| XYZ | 24.21 | 32.7 | 56.07 | - |
| YUV | 124.3 | 167.33 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 170 | 194 | 0.96 | 0.12 | 0 | 0.24 | 187.74 | 0.92 | 0.4 |
| Hex | 8 | AA | C2 | 60 | C | 0 | 18 | BC | 5C | 28 |
| Octal | 10 | 252 | 302 | 140 | 14 | 0 | 30 | 274 | 134 | 50 |
| Binary | 1000 | 10101010 | 11000010 | 1100000 | 1100 | 0 | 11000 | 10111100 | 1011100 | 101000 |
Color Harmonies of #08AAC2
Complementary color
Monochromatic Colors of #08AAC2
Black with #08AAC2
Text Example
Text Example
White with #08AAC2
Text Example
Text Example
HTML Codes & Css Web 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>