Shades of Iris Blue #09ABCF
Tints of Iris Blue #09ABCF
RGB
CMYK
RGB Variations
Color information
#09ABCF (or 0x09ABCF) is known color: Iris Blue. HEX triplet: 09, AB and CF. RGB value is (9,171,207). Sum of RGB (Red+Green+Blue) = 9+171+207=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #09ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09ABCF is #F65430. Grayscale: #7E7E7E. Windows color (decimal): -16143409 or 13609737. OLE color: 13609737.
HSL color Cylindrical-coordinate representation of color #09ABCF: hue angle of 190.91º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ABCF is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 171 | 207 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.19 |
| HSL | 190.91º | 0.92% | 0.42% | - |
| HSV(B) | 190.91º | 0.96% | 0.81% | - |
| XYZ | 25.94 | 33.69 | 64.17 | - |
| YUV | 126.67 | 173.33 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 207 | 0.96 | 0.17 | 0 | 0.19 | 190.91 | 0.92 | 0.42 |
| Hex | 9 | AB | CF | 60 | 11 | 0 | 13 | BF | 5C | 2A |
| Octal | 11 | 253 | 317 | 140 | 21 | 0 | 23 | 277 | 134 | 52 |
| Binary | 1001 | 10101011 | 11001111 | 1100000 | 10001 | 0 | 10011 | 10111111 | 1011100 | 101010 |
Color Harmonies of #09ABCF
Complementary color
Monochromatic Colors of #09ABCF
Black with #09ABCF
Text Example
Text Example
White with #09ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ABCF; }
p { color: rgb(9,171,207); }
H1.HeaderClassName
{
color: #09ABCF;
}
.AnyTagClassName
{
color: #09ABCF;
}
</style>
background-color css
<style>
a { background-color: #09ABCF; }
a { background-color: rgb(9,171,207); }
div.DivClassName
{
background-color: #09ABCF;
}
.BgClassName
{
background-color: #09ABCF;
}
</style>
border-color css
<style>
span { border-color: #09ABCF; }
span { border-color: rgb(9,171,207); }
td.TdClassName
{
border-color: #09ABCF;
}
.TagClassName
{
border-color: #09ABCF;
}
</style>