Shades of Iris Blue #09ABCB
Tints of Iris Blue #09ABCB
RGB
CMYK
RGB Variations
Color information
#09ABCB (or 0x09ABCB) is known color: Iris Blue. HEX triplet: 09, AB and CB. RGB value is (9,171,203). Sum of RGB (Red+Green+Blue) = 9+171+203=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #09ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ABCB is #F65434. Grayscale: #7D7D7D. Windows color (decimal): -16143413 or 13347593. OLE color: 13347593.
HSL color Cylindrical-coordinate representation of color #09ABCB: hue angle of 189.9º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ABCB is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 171 | 203 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.20 |
| HSL | 189.9º | 0.92% | 0.42% | - |
| HSV(B) | 189.9º | 0.96% | 0.8% | - |
| XYZ | 25.46 | 33.5 | 61.62 | - |
| YUV | 126.21 | 171.33 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 203 | 0.96 | 0.16 | 0 | 0.20 | 189.9 | 0.92 | 0.42 |
| Hex | 9 | AB | CB | 60 | 10 | 0 | 14 | BE | 5C | 2A |
| Octal | 11 | 253 | 313 | 140 | 20 | 0 | 24 | 276 | 134 | 52 |
| Binary | 1001 | 10101011 | 11001011 | 1100000 | 10000 | 0 | 10100 | 10111110 | 1011100 | 101010 |
Color Harmonies of #09ABCB
Complementary color
Monochromatic Colors of #09ABCB
Black with #09ABCB
Text Example
Text Example
White with #09ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ABCB; }
p { color: rgb(9,171,203); }
H1.HeaderClassName
{
color: #09ABCB;
}
.AnyTagClassName
{
color: #09ABCB;
}
</style>
background-color css
<style>
a { background-color: #09ABCB; }
a { background-color: rgb(9,171,203); }
div.DivClassName
{
background-color: #09ABCB;
}
.BgClassName
{
background-color: #09ABCB;
}
</style>
border-color css
<style>
span { border-color: #09ABCB; }
span { border-color: rgb(9,171,203); }
td.TdClassName
{
border-color: #09ABCB;
}
.TagClassName
{
border-color: #09ABCB;
}
</style>