Shades of Iris Blue #08ADCC
Tints of Iris Blue #08ADCC
RGB
CMYK
RGB Variations
Color information
#08ADCC (or 0x08ADCC) is known color: Iris Blue. HEX triplet: 08, AD and CC. RGB value is (8,173,204). Sum of RGB (Red+Green+Blue) = 8+173+204=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #08ADCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADCC is #F75233. Grayscale: #7E7E7E. Windows color (decimal): -16208436 or 13413640. OLE color: 13413640.
HSL color Cylindrical-coordinate representation of color #08ADCC: hue angle of 189.49º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ADCC is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 173 | 204 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.2 |
| HSL | 189.49º | 0.92% | 0.42% | - |
| HSV(B) | 189.49º | 0.96% | 0.8% | - |
| XYZ | 25.94 | 34.3 | 62.38 | - |
| YUV | 127.2 | 171.34 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 204 | 0.96 | 0.15 | 0 | 0.2 | 189.49 | 0.92 | 0.42 |
| Hex | 8 | AD | CC | 60 | F | 0 | 14 | BD | 5C | 2A |
| Octal | 10 | 255 | 314 | 140 | 17 | 0 | 24 | 275 | 134 | 52 |
| Binary | 1000 | 10101101 | 11001100 | 1100000 | 1111 | 0 | 10100 | 10111101 | 1011100 | 101010 |
Color Harmonies of #08ADCC
Complementary color
Monochromatic Colors of #08ADCC
Black with #08ADCC
Text Example
Text Example
White with #08ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ADCC; }
p { color: rgb(8,173,204); }
H1.HeaderClassName
{
color: #08ADCC;
}
.AnyTagClassName
{
color: #08ADCC;
}
</style>
background-color css
<style>
a { background-color: #08ADCC; }
a { background-color: rgb(8,173,204); }
div.DivClassName
{
background-color: #08ADCC;
}
.BgClassName
{
background-color: #08ADCC;
}
</style>
border-color css
<style>
span { border-color: #08ADCC; }
span { border-color: rgb(8,173,204); }
td.TdClassName
{
border-color: #08ADCC;
}
.TagClassName
{
border-color: #08ADCC;
}
</style>