Shades of Iris Blue #06ABDB
Tints of Iris Blue #06ABDB
RGB
CMYK
RGB Variations
Color information
#06ABDB (or 0x06ABDB) is known color: Iris Blue. HEX triplet: 06, AB and DB. RGB value is (6,171,219). Sum of RGB (Red+Green+Blue) = 6+171+219=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #06ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABDB is #F95424. Grayscale: #7E7E7E. Windows color (decimal): -16340005 or 14396166. OLE color: 14396166.
HSL color Cylindrical-coordinate representation of color #06ABDB: hue angle of 193.52º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABDB is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 171 | 219 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.14 |
| HSL | 193.52º | 0.95% | 0.44% | - |
| HSV(B) | 193.52º | 0.97% | 0.86% | - |
| XYZ | 27.42 | 34.28 | 72.19 | - |
| YUV | 127.14 | 179.84 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 171 | 219 | 0.97 | 0.22 | 0 | 0.14 | 193.52 | 0.95 | 0.44 |
| Hex | 6 | AB | DB | 61 | 16 | 0 | E | C2 | 5F | 2C |
| Octal | 6 | 253 | 333 | 141 | 26 | 0 | 16 | 302 | 137 | 54 |
| Binary | 110 | 10101011 | 11011011 | 1100001 | 10110 | 0 | 1110 | 11000010 | 1011111 | 101100 |
Color Harmonies of #06ABDB
Complementary color
Monochromatic Colors of #06ABDB
Black with #06ABDB
Text Example
Text Example
White with #06ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ABDB; }
p { color: rgb(6,171,219); }
H1.HeaderClassName
{
color: #06ABDB;
}
.AnyTagClassName
{
color: #06ABDB;
}
</style>
background-color css
<style>
a { background-color: #06ABDB; }
a { background-color: rgb(6,171,219); }
div.DivClassName
{
background-color: #06ABDB;
}
.BgClassName
{
background-color: #06ABDB;
}
</style>
border-color css
<style>
span { border-color: #06ABDB; }
span { border-color: rgb(6,171,219); }
td.TdClassName
{
border-color: #06ABDB;
}
.TagClassName
{
border-color: #06ABDB;
}
</style>