Shades of Iris Blue #08AACB
Tints of Iris Blue #08AACB
RGB
CMYK
RGB Variations
Color information
#08AACB (or 0x08AACB) is known color: Iris Blue. HEX triplet: 08, AA and CB. RGB value is (8,170,203). Sum of RGB (Red+Green+Blue) = 8+170+203=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #08AACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08AACB is #F75534. Grayscale: #7D7D7D. Windows color (decimal): -16209205 or 13347336. OLE color: 13347336.
HSL color Cylindrical-coordinate representation of color #08AACB: hue angle of 190.15º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08AACB is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 170 | 203 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.20 |
| HSL | 190.15º | 0.92% | 0.41% | - |
| HSV(B) | 190.15º | 0.96% | 0.8% | - |
| XYZ | 25.25 | 33.11 | 61.56 | - |
| YUV | 125.32 | 171.83 | 44.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 170 | 203 | 0.96 | 0.16 | 0 | 0.20 | 190.15 | 0.92 | 0.41 |
| Hex | 8 | AA | CB | 60 | 10 | 0 | 14 | BE | 5C | 29 |
| Octal | 10 | 252 | 313 | 140 | 20 | 0 | 24 | 276 | 134 | 51 |
| Binary | 1000 | 10101010 | 11001011 | 1100000 | 10000 | 0 | 10100 | 10111110 | 1011100 | 101001 |
Color Harmonies of #08AACB
Complementary color
Monochromatic Colors of #08AACB
Black with #08AACB
Text Example
Text Example
White with #08AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08AACB; }
p { color: rgb(8,170,203); }
H1.HeaderClassName
{
color: #08AACB;
}
.AnyTagClassName
{
color: #08AACB;
}
</style>
background-color css
<style>
a { background-color: #08AACB; }
a { background-color: rgb(8,170,203); }
div.DivClassName
{
background-color: #08AACB;
}
.BgClassName
{
background-color: #08AACB;
}
</style>
border-color css
<style>
span { border-color: #08AACB; }
span { border-color: rgb(8,170,203); }
td.TdClassName
{
border-color: #08AACB;
}
.TagClassName
{
border-color: #08AACB;
}
</style>