Shades of Iris Blue #08ABDF
Tints of Iris Blue #08ABDF
RGB
CMYK
RGB Variations
Color information
#08ABDF (or 0x08ABDF) is known color: Iris Blue. HEX triplet: 08, AB and DF. RGB value is (8,171,223). Sum of RGB (Red+Green+Blue) = 8+171+223=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #08ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ABDF is #F75420. Grayscale: #7F7F7F. Windows color (decimal): -16208929 or 14658312. OLE color: 14658312.
HSL color Cylindrical-coordinate representation of color #08ABDF: hue angle of 194.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08ABDF is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 171 | 223 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.13 |
| HSL | 194.51º | 0.93% | 0.45% | - |
| HSV(B) | 194.51º | 0.96% | 0.87% | - |
| XYZ | 27.98 | 34.51 | 75 | - |
| YUV | 128.19 | 181.5 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 171 | 223 | 0.96 | 0.23 | 0 | 0.13 | 194.51 | 0.93 | 0.45 |
| Hex | 8 | AB | DF | 60 | 17 | 0 | D | C3 | 5D | 2D |
| Octal | 10 | 253 | 337 | 140 | 27 | 0 | 15 | 303 | 135 | 55 |
| Binary | 1000 | 10101011 | 11011111 | 1100000 | 10111 | 0 | 1101 | 11000011 | 1011101 | 101101 |
Color Harmonies of #08ABDF
Complementary color
Monochromatic Colors of #08ABDF
Black with #08ABDF
Text Example
Text Example
White with #08ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08ABDF; }
p { color: rgb(8,171,223); }
H1.HeaderClassName
{
color: #08ABDF;
}
.AnyTagClassName
{
color: #08ABDF;
}
</style>
background-color css
<style>
a { background-color: #08ABDF; }
a { background-color: rgb(8,171,223); }
div.DivClassName
{
background-color: #08ABDF;
}
.BgClassName
{
background-color: #08ABDF;
}
</style>
border-color css
<style>
span { border-color: #08ABDF; }
span { border-color: rgb(8,171,223); }
td.TdClassName
{
border-color: #08ABDF;
}
.TagClassName
{
border-color: #08ABDF;
}
</style>