Shades of Iris Blue #09ABBD
Tints of Iris Blue #09ABBD
RGB
CMYK
RGB Variations
Color information
#09ABBD (or 0x09ABBD) is known color: Iris Blue. HEX triplet: 09, AB and BD. RGB value is (9,171,189). Sum of RGB (Red+Green+Blue) = 9+171+189=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #09ABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ABBD is #F65442. Grayscale: #7C7C7C. Windows color (decimal): -16143427 or 12430089. OLE color: 12430089.
HSL color Cylindrical-coordinate representation of color #09ABBD: hue angle of 186º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ABBD is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 171 | 189 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.26 |
| HSL | 186º | 0.91% | 0.39% | - |
| HSV(B) | 186º | 0.95% | 0.74% | - |
| XYZ | 23.86 | 32.86 | 53.23 | - |
| YUV | 124.61 | 164.33 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 189 | 0.95 | 0.10 | 0 | 0.26 | 186 | 0.91 | 0.39 |
| Hex | 9 | AB | BD | 5F | A | 0 | 1A | BA | 5B | 27 |
| Octal | 11 | 253 | 275 | 137 | 12 | 0 | 32 | 272 | 133 | 47 |
| Binary | 1001 | 10101011 | 10111101 | 1011111 | 1010 | 0 | 11010 | 10111010 | 1011011 | 100111 |
Color Harmonies of #09ABBD
Complementary color
Monochromatic Colors of #09ABBD
Black with #09ABBD
Text Example
Text Example
White with #09ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ABBD; }
p { color: rgb(9,171,189); }
H1.HeaderClassName
{
color: #09ABBD;
}
.AnyTagClassName
{
color: #09ABBD;
}
</style>
background-color css
<style>
a { background-color: #09ABBD; }
a { background-color: rgb(9,171,189); }
div.DivClassName
{
background-color: #09ABBD;
}
.BgClassName
{
background-color: #09ABBD;
}
</style>
border-color css
<style>
span { border-color: #09ABBD; }
span { border-color: rgb(9,171,189); }
td.TdClassName
{
border-color: #09ABBD;
}
.TagClassName
{
border-color: #09ABBD;
}
</style>