Shades of Iris Blue #08AAB8
Tints of Iris Blue #08AAB8
RGB
CMYK
RGB Variations
Color information
#08AAB8 (or 0x08AAB8) is known color: Iris Blue. HEX triplet: 08, AA and B8. RGB value is (8,170,184). Sum of RGB (Red+Green+Blue) = 8+170+184=362 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.21% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #08AAB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AAB8 is #F75547. Grayscale: #7A7A7A. Windows color (decimal): -16209224 or 12102152. OLE color: 12102152.
HSL color Cylindrical-coordinate representation of color #08AAB8: hue angle of 184.77º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AAB8 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 170 | 184 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.28 |
| HSL | 184.77º | 0.92% | 0.38% | - |
| HSV(B) | 184.77º | 0.96% | 0.72% | - |
| XYZ | 23.13 | 32.26 | 50.36 | - |
| YUV | 123.16 | 162.33 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 170 | 184 | 0.96 | 0.08 | 0 | 0.28 | 184.77 | 0.92 | 0.38 |
| Hex | 8 | AA | B8 | 60 | 8 | 0 | 1C | B9 | 5C | 26 |
| Octal | 10 | 252 | 270 | 140 | 10 | 0 | 34 | 271 | 134 | 46 |
| Binary | 1000 | 10101010 | 10111000 | 1100000 | 1000 | 0 | 11100 | 10111001 | 1011100 | 100110 |
Color Harmonies of #08AAB8
Complementary color
Monochromatic Colors of #08AAB8
Black with #08AAB8
Text Example
Text Example
White with #08AAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AAB8; }
p { color: rgb(8,170,184); }
H1.HeaderClassName
{
color: #08AAB8;
}
.AnyTagClassName
{
color: #08AAB8;
}
</style>
background-color css
<style>
a { background-color: #08AAB8; }
a { background-color: rgb(8,170,184); }
div.DivClassName
{
background-color: #08AAB8;
}
.BgClassName
{
background-color: #08AAB8;
}
</style>
border-color css
<style>
span { border-color: #08AAB8; }
span { border-color: rgb(8,170,184); }
td.TdClassName
{
border-color: #08AAB8;
}
.TagClassName
{
border-color: #08AAB8;
}
</style>