Shades of Iris Blue #09ABDC
Tints of Iris Blue #09ABDC
RGB
CMYK
RGB Variations
Color information
#09ABDC (or 0x09ABDC) is known color: Iris Blue. HEX triplet: 09, AB and DC. RGB value is (9,171,220). Sum of RGB (Red+Green+Blue) = 9+171+220=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #09ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ABDC is #F65423. Grayscale: #7F7F7F. Windows color (decimal): -16143396 or 14461705. OLE color: 14461705.
HSL color Cylindrical-coordinate representation of color #09ABDC: hue angle of 193.93º 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 #09ABDC is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 171 | 220 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.14 |
| HSL | 193.93º | 0.92% | 0.45% | - |
| HSV(B) | 193.93º | 0.96% | 0.86% | - |
| XYZ | 27.59 | 34.35 | 72.89 | - |
| YUV | 128.15 | 179.83 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 220 | 0.96 | 0.22 | 0 | 0.14 | 193.93 | 0.92 | 0.45 |
| Hex | 9 | AB | DC | 60 | 16 | 0 | E | C2 | 5C | 2D |
| Octal | 11 | 253 | 334 | 140 | 26 | 0 | 16 | 302 | 134 | 55 |
| Binary | 1001 | 10101011 | 11011100 | 1100000 | 10110 | 0 | 1110 | 11000010 | 1011100 | 101101 |
Color Harmonies of #09ABDC
Complementary color
Monochromatic Colors of #09ABDC
Black with #09ABDC
Text Example
Text Example
White with #09ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ABDC; }
p { color: rgb(9,171,220); }
H1.HeaderClassName
{
color: #09ABDC;
}
.AnyTagClassName
{
color: #09ABDC;
}
</style>
background-color css
<style>
a { background-color: #09ABDC; }
a { background-color: rgb(9,171,220); }
div.DivClassName
{
background-color: #09ABDC;
}
.BgClassName
{
background-color: #09ABDC;
}
</style>
border-color css
<style>
span { border-color: #09ABDC; }
span { border-color: rgb(9,171,220); }
td.TdClassName
{
border-color: #09ABDC;
}
.TagClassName
{
border-color: #09ABDC;
}
</style>