Shades of Iris Blue #08A8D8
Tints of Iris Blue #08A8D8
RGB
CMYK
RGB Variations
Color information
#08A8D8 (or 0x08A8D8) is known color: Iris Blue. HEX triplet: 08, A8 and D8. RGB value is (8,168,216). Sum of RGB (Red+Green+Blue) = 8+168+216=392 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 216 (84.77% from 255 or 55.10% from 392); Max value from RGB is 216 - color contains mainly: blue. Hex color #08A8D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08A8D8 is #F75727. Grayscale: #7D7D7D. Windows color (decimal): -16209704 or 14198792. OLE color: 14198792.
HSL color Cylindrical-coordinate representation of color #08A8D8: hue angle of 193.85º 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 #08A8D8 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 8 | 168 | 216 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.15 |
| HSL | 193.85º | 0.93% | 0.44% | - |
| HSV(B) | 193.85º | 0.96% | 0.85% | - |
| XYZ | 26.5 | 33.01 | 69.94 | - |
| YUV | 125.63 | 178.99 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 168 | 216 | 0.96 | 0.22 | 0 | 0.15 | 193.85 | 0.93 | 0.44 |
| Hex | 8 | A8 | D8 | 60 | 16 | 0 | F | C2 | 5D | 2C |
| Octal | 10 | 250 | 330 | 140 | 26 | 0 | 17 | 302 | 135 | 54 |
| Binary | 1000 | 10101000 | 11011000 | 1100000 | 10110 | 0 | 1111 | 11000010 | 1011101 | 101100 |
Color Harmonies of #08A8D8
Complementary color
Monochromatic Colors of #08A8D8
Black with #08A8D8
Text Example
Text Example
White with #08A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A8D8; }
p { color: rgb(8,168,216); }
H1.HeaderClassName
{
color: #08A8D8;
}
.AnyTagClassName
{
color: #08A8D8;
}
</style>
background-color css
<style>
a { background-color: #08A8D8; }
a { background-color: rgb(8,168,216); }
div.DivClassName
{
background-color: #08A8D8;
}
.BgClassName
{
background-color: #08A8D8;
}
</style>
border-color css
<style>
span { border-color: #08A8D8; }
span { border-color: rgb(8,168,216); }
td.TdClassName
{
border-color: #08A8D8;
}
.TagClassName
{
border-color: #08A8D8;
}
</style>