Shades of Iris Blue #08ADD6
Tints of Iris Blue #08ADD6
RGB
CMYK
RGB Variations
Color information
#08ADD6 (or 0x08ADD6) is known color: Iris Blue. HEX triplet: 08, AD and D6. RGB value is (8,173,214). Sum of RGB (Red+Green+Blue) = 8+173+214=395 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #08ADD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ADD6 is #F75229. Grayscale: #808080. Windows color (decimal): -16208426 or 14069000. OLE color: 14069000.
HSL color Cylindrical-coordinate representation of color #08ADD6: hue angle of 191.94º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ADD6 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 173 | 214 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.16 |
| HSL | 191.94º | 0.93% | 0.44% | - |
| HSV(B) | 191.94º | 0.96% | 0.84% | - |
| XYZ | 27.18 | 34.79 | 68.9 | - |
| YUV | 128.34 | 176.34 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 173 | 214 | 0.96 | 0.19 | 0 | 0.16 | 191.94 | 0.93 | 0.44 |
| Hex | 8 | AD | D6 | 60 | 13 | 0 | 10 | C0 | 5D | 2C |
| Octal | 10 | 255 | 326 | 140 | 23 | 0 | 20 | 300 | 135 | 54 |
| Binary | 1000 | 10101101 | 11010110 | 1100000 | 10011 | 0 | 10000 | 11000000 | 1011101 | 101100 |
Color Harmonies of #08ADD6
Complementary color
Monochromatic Colors of #08ADD6
Black with #08ADD6
Text Example
Text Example
White with #08ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ADD6; }
p { color: rgb(8,173,214); }
H1.HeaderClassName
{
color: #08ADD6;
}
.AnyTagClassName
{
color: #08ADD6;
}
</style>
background-color css
<style>
a { background-color: #08ADD6; }
a { background-color: rgb(8,173,214); }
div.DivClassName
{
background-color: #08ADD6;
}
.BgClassName
{
background-color: #08ADD6;
}
</style>
border-color css
<style>
span { border-color: #08ADD6; }
span { border-color: rgb(8,173,214); }
td.TdClassName
{
border-color: #08ADD6;
}
.TagClassName
{
border-color: #08ADD6;
}
</style>