Shades of Iris Blue #08ADE0
Tints of Iris Blue #08ADE0
RGB
CMYK
RGB Variations
Color information
#08ADE0 (or 0x08ADE0) is known color: Iris Blue. HEX triplet: 08, AD and E0. RGB value is (8,173,224). Sum of RGB (Red+Green+Blue) = 8+173+224=405 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #08ADE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADE0 is #F7521F. Grayscale: #818181. Windows color (decimal): -16208416 or 14724360. OLE color: 14724360.
HSL color Cylindrical-coordinate representation of color #08ADE0: hue angle of 194.17º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ADE0 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 173 | 224 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.12 |
| HSL | 194.17º | 0.93% | 0.45% | - |
| HSV(B) | 194.17º | 0.96% | 0.88% | - |
| XYZ | 28.5 | 35.32 | 75.84 | - |
| YUV | 129.48 | 181.34 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 224 | 0.96 | 0.23 | 0 | 0.12 | 194.17 | 0.93 | 0.45 |
| Hex | 8 | AD | E0 | 60 | 17 | 0 | C | C2 | 5D | 2D |
| Octal | 10 | 255 | 340 | 140 | 27 | 0 | 14 | 302 | 135 | 55 |
| Binary | 1000 | 10101101 | 11100000 | 1100000 | 10111 | 0 | 1100 | 11000010 | 1011101 | 101101 |
Color Harmonies of #08ADE0
Complementary color
Monochromatic Colors of #08ADE0
Black with #08ADE0
Text Example
Text Example
White with #08ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ADE0; }
p { color: rgb(8,173,224); }
H1.HeaderClassName
{
color: #08ADE0;
}
.AnyTagClassName
{
color: #08ADE0;
}
</style>
background-color css
<style>
a { background-color: #08ADE0; }
a { background-color: rgb(8,173,224); }
div.DivClassName
{
background-color: #08ADE0;
}
.BgClassName
{
background-color: #08ADE0;
}
</style>
border-color css
<style>
span { border-color: #08ADE0; }
span { border-color: rgb(8,173,224); }
td.TdClassName
{
border-color: #08ADE0;
}
.TagClassName
{
border-color: #08ADE0;
}
</style>