Shades of Iris Blue #08ADCE
Tints of Iris Blue #08ADCE
RGB
CMYK
RGB Variations
Color information
#08ADCE (or 0x08ADCE) is known color: Iris Blue. HEX triplet: 08, AD and CE. RGB value is (8,173,206). Sum of RGB (Red+Green+Blue) = 8+173+206=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #08ADCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADCE is #F75231. Grayscale: #7F7F7F. Windows color (decimal): -16208434 or 13544712. OLE color: 13544712.
HSL color Cylindrical-coordinate representation of color #08ADCE: hue angle of 190º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ADCE is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 173 | 206 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.19 |
| HSL | 190º | 0.93% | 0.42% | - |
| HSV(B) | 190º | 0.96% | 0.81% | - |
| XYZ | 26.18 | 34.4 | 63.65 | - |
| YUV | 127.43 | 172.34 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 206 | 0.96 | 0.16 | 0 | 0.19 | 190 | 0.93 | 0.42 |
| Hex | 8 | AD | CE | 60 | 10 | 0 | 13 | BE | 5D | 2A |
| Octal | 10 | 255 | 316 | 140 | 20 | 0 | 23 | 276 | 135 | 52 |
| Binary | 1000 | 10101101 | 11001110 | 1100000 | 10000 | 0 | 10011 | 10111110 | 1011101 | 101010 |
Color Harmonies of #08ADCE
Complementary color
Monochromatic Colors of #08ADCE
Black with #08ADCE
Text Example
Text Example
White with #08ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ADCE; }
p { color: rgb(8,173,206); }
H1.HeaderClassName
{
color: #08ADCE;
}
.AnyTagClassName
{
color: #08ADCE;
}
</style>
background-color css
<style>
a { background-color: #08ADCE; }
a { background-color: rgb(8,173,206); }
div.DivClassName
{
background-color: #08ADCE;
}
.BgClassName
{
background-color: #08ADCE;
}
</style>
border-color css
<style>
span { border-color: #08ADCE; }
span { border-color: rgb(8,173,206); }
td.TdClassName
{
border-color: #08ADCE;
}
.TagClassName
{
border-color: #08ADCE;
}
</style>