Shades of Iris Blue #09ABDB
Tints of Iris Blue #09ABDB
RGB
CMYK
RGB Variations
Color information
#09ABDB (or 0x09ABDB) is known color: Iris Blue. HEX triplet: 09, AB and DB. RGB value is (9,171,219). Sum of RGB (Red+Green+Blue) = 9+171+219=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #09ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ABDB is #F65424. Grayscale: #7F7F7F. Windows color (decimal): -16143397 or 14396169. OLE color: 14396169.
HSL color Cylindrical-coordinate representation of color #09ABDB: hue angle of 193.71º degrees, saturation: 0.92, 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 #09ABDB is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 171 | 219 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.14 |
| HSL | 193.71º | 0.92% | 0.45% | - |
| HSV(B) | 193.71º | 0.96% | 0.86% | - |
| XYZ | 27.46 | 34.3 | 72.19 | - |
| YUV | 128.03 | 179.33 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 219 | 0.96 | 0.22 | 0 | 0.14 | 193.71 | 0.92 | 0.45 |
| Hex | 9 | AB | DB | 60 | 16 | 0 | E | C2 | 5C | 2D |
| Octal | 11 | 253 | 333 | 140 | 26 | 0 | 16 | 302 | 134 | 55 |
| Binary | 1001 | 10101011 | 11011011 | 1100000 | 10110 | 0 | 1110 | 11000010 | 1011100 | 101101 |
Color Harmonies of #09ABDB
Complementary color
Monochromatic Colors of #09ABDB
Black with #09ABDB
Text Example
Text Example
White with #09ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ABDB; }
p { color: rgb(9,171,219); }
H1.HeaderClassName
{
color: #09ABDB;
}
.AnyTagClassName
{
color: #09ABDB;
}
</style>
background-color css
<style>
a { background-color: #09ABDB; }
a { background-color: rgb(9,171,219); }
div.DivClassName
{
background-color: #09ABDB;
}
.BgClassName
{
background-color: #09ABDB;
}
</style>
border-color css
<style>
span { border-color: #09ABDB; }
span { border-color: rgb(9,171,219); }
td.TdClassName
{
border-color: #09ABDB;
}
.TagClassName
{
border-color: #09ABDB;
}
</style>