Shades of Iris Blue #09ABC8
Tints of Iris Blue #09ABC8
RGB
CMYK
RGB Variations
Color information
#09ABC8 (or 0x09ABC8) is known color: Iris Blue. HEX triplet: 09, AB and C8. RGB value is (9,171,200). Sum of RGB (Red+Green+Blue) = 9+171+200=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #09ABC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ABC8 is #F65437. Grayscale: #7D7D7D. Windows color (decimal): -16143416 or 13150985. OLE color: 13150985.
HSL color Cylindrical-coordinate representation of color #09ABC8: hue angle of 189.11º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ABC8 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 171 | 200 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.22 |
| HSL | 189.11º | 0.91% | 0.41% | - |
| HSV(B) | 189.11º | 0.96% | 0.78% | - |
| XYZ | 25.1 | 33.35 | 59.76 | - |
| YUV | 125.87 | 169.83 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 200 | 0.96 | 0.14 | 0 | 0.22 | 189.11 | 0.91 | 0.41 |
| Hex | 9 | AB | C8 | 60 | E | 0 | 16 | BD | 5B | 29 |
| Octal | 11 | 253 | 310 | 140 | 16 | 0 | 26 | 275 | 133 | 51 |
| Binary | 1001 | 10101011 | 11001000 | 1100000 | 1110 | 0 | 10110 | 10111101 | 1011011 | 101001 |
Color Harmonies of #09ABC8
Complementary color
Monochromatic Colors of #09ABC8
Black with #09ABC8
Text Example
Text Example
White with #09ABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ABC8; }
p { color: rgb(9,171,200); }
H1.HeaderClassName
{
color: #09ABC8;
}
.AnyTagClassName
{
color: #09ABC8;
}
</style>
background-color css
<style>
a { background-color: #09ABC8; }
a { background-color: rgb(9,171,200); }
div.DivClassName
{
background-color: #09ABC8;
}
.BgClassName
{
background-color: #09ABC8;
}
</style>
border-color css
<style>
span { border-color: #09ABC8; }
span { border-color: rgb(9,171,200); }
td.TdClassName
{
border-color: #09ABC8;
}
.TagClassName
{
border-color: #09ABC8;
}
</style>