Shades of Iris Blue #08ABDC
Tints of Iris Blue #08ABDC
RGB
CMYK
RGB Variations
Color information
#08ABDC (or 0x08ABDC) is known color: Iris Blue. HEX triplet: 08, AB and DC. RGB value is (8,171,220). Sum of RGB (Red+Green+Blue) = 8+171+220=399 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #08ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ABDC is #F75423. Grayscale: #7F7F7F. Windows color (decimal): -16208932 or 14461704. OLE color: 14461704.
HSL color Cylindrical-coordinate representation of color #08ABDC: hue angle of 193.87º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ABDC is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 171 | 220 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.14 |
| HSL | 193.87º | 0.93% | 0.45% | - |
| HSV(B) | 193.87º | 0.96% | 0.86% | - |
| XYZ | 27.58 | 34.34 | 72.89 | - |
| YUV | 127.85 | 180 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 171 | 220 | 0.96 | 0.22 | 0 | 0.14 | 193.87 | 0.93 | 0.45 |
| Hex | 8 | AB | DC | 60 | 16 | 0 | E | C2 | 5D | 2D |
| Octal | 10 | 253 | 334 | 140 | 26 | 0 | 16 | 302 | 135 | 55 |
| Binary | 1000 | 10101011 | 11011100 | 1100000 | 10110 | 0 | 1110 | 11000010 | 1011101 | 101101 |
Color Harmonies of #08ABDC
Complementary color
Monochromatic Colors of #08ABDC
Black with #08ABDC
Text Example
Text Example
White with #08ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ABDC; }
p { color: rgb(8,171,220); }
H1.HeaderClassName
{
color: #08ABDC;
}
.AnyTagClassName
{
color: #08ABDC;
}
</style>
background-color css
<style>
a { background-color: #08ABDC; }
a { background-color: rgb(8,171,220); }
div.DivClassName
{
background-color: #08ABDC;
}
.BgClassName
{
background-color: #08ABDC;
}
</style>
border-color css
<style>
span { border-color: #08ABDC; }
span { border-color: rgb(8,171,220); }
td.TdClassName
{
border-color: #08ABDC;
}
.TagClassName
{
border-color: #08ABDC;
}
</style>