Shades of Iris Blue #08ACC9
Tints of Iris Blue #08ACC9
RGB
CMYK
RGB Variations
Color information
#08ACC9 (or 0x08ACC9) is known color: Iris Blue. HEX triplet: 08, AC and C9. RGB value is (8,172,201). Sum of RGB (Red+Green+Blue) = 8+172+201=381 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.10% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #08ACC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ACC9 is #F75336. Grayscale: #7D7D7D. Windows color (decimal): -16208695 or 13216776. OLE color: 13216776.
HSL color Cylindrical-coordinate representation of color #08ACC9: hue angle of 189.02º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ACC9 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 172 | 201 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.21 |
| HSL | 189.02º | 0.92% | 0.41% | - |
| HSV(B) | 189.02º | 0.96% | 0.79% | - |
| XYZ | 25.4 | 33.77 | 60.44 | - |
| YUV | 126.27 | 170.17 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 172 | 201 | 0.96 | 0.14 | 0 | 0.21 | 189.02 | 0.92 | 0.41 |
| Hex | 8 | AC | C9 | 60 | E | 0 | 15 | BD | 5C | 29 |
| Octal | 10 | 254 | 311 | 140 | 16 | 0 | 25 | 275 | 134 | 51 |
| Binary | 1000 | 10101100 | 11001001 | 1100000 | 1110 | 0 | 10101 | 10111101 | 1011100 | 101001 |
Color Harmonies of #08ACC9
Complementary color
Monochromatic Colors of #08ACC9
Black with #08ACC9
Text Example
Text Example
White with #08ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ACC9; }
p { color: rgb(8,172,201); }
H1.HeaderClassName
{
color: #08ACC9;
}
.AnyTagClassName
{
color: #08ACC9;
}
</style>
background-color css
<style>
a { background-color: #08ACC9; }
a { background-color: rgb(8,172,201); }
div.DivClassName
{
background-color: #08ACC9;
}
.BgClassName
{
background-color: #08ACC9;
}
</style>
border-color css
<style>
span { border-color: #08ACC9; }
span { border-color: rgb(8,172,201); }
td.TdClassName
{
border-color: #08ACC9;
}
.TagClassName
{
border-color: #08ACC9;
}
</style>