Shades of Iris Blue #08ACD9
Tints of Iris Blue #08ACD9
RGB
CMYK
RGB Variations
Color information
#08ACD9 (or 0x08ACD9) is known color: Iris Blue. HEX triplet: 08, AC and D9. RGB value is (8,172,217). Sum of RGB (Red+Green+Blue) = 8+172+217=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 217 (85.16% from 255 or 54.66% from 397); Max value from RGB is 217 - color contains mainly: blue. Hex color #08ACD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ACD9 is #F75326. Grayscale: #7F7F7F. Windows color (decimal): -16208679 or 14265352. OLE color: 14265352.
HSL color Cylindrical-coordinate representation of color #08ACD9: hue angle of 192.92º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ACD9 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 172 | 217 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.15 |
| HSL | 192.92º | 0.93% | 0.44% | - |
| HSV(B) | 192.92º | 0.96% | 0.85% | - |
| XYZ | 27.38 | 34.57 | 70.87 | - |
| YUV | 128.09 | 178.17 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 172 | 217 | 0.96 | 0.21 | 0 | 0.15 | 192.92 | 0.93 | 0.44 |
| Hex | 8 | AC | D9 | 60 | 15 | 0 | F | C1 | 5D | 2C |
| Octal | 10 | 254 | 331 | 140 | 25 | 0 | 17 | 301 | 135 | 54 |
| Binary | 1000 | 10101100 | 11011001 | 1100000 | 10101 | 0 | 1111 | 11000001 | 1011101 | 101100 |
Color Harmonies of #08ACD9
Complementary color
Monochromatic Colors of #08ACD9
Black with #08ACD9
Text Example
Text Example
White with #08ACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ACD9; }
p { color: rgb(8,172,217); }
H1.HeaderClassName
{
color: #08ACD9;
}
.AnyTagClassName
{
color: #08ACD9;
}
</style>
background-color css
<style>
a { background-color: #08ACD9; }
a { background-color: rgb(8,172,217); }
div.DivClassName
{
background-color: #08ACD9;
}
.BgClassName
{
background-color: #08ACD9;
}
</style>
border-color css
<style>
span { border-color: #08ACD9; }
span { border-color: rgb(8,172,217); }
td.TdClassName
{
border-color: #08ACD9;
}
.TagClassName
{
border-color: #08ACD9;
}
</style>