Shades of Iris Blue #09B9E0
Tints of Iris Blue #09B9E0
RGB
CMYK
RGB Variations
Color information
#09B9E0 (or 0x09B9E0) is known color: Iris Blue. HEX triplet: 09, B9 and E0. RGB value is (9,185,224). Sum of RGB (Red+Green+Blue) = 9+185+224=418 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #09B9E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B9E0 is #F6461F. Grayscale: #888888. Windows color (decimal): -16139808 or 14727433. OLE color: 14727433.
HSL color Cylindrical-coordinate representation of color #09B9E0: hue angle of 190.88º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B9E0 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 185 | 224 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.12 |
| HSL | 190.88º | 0.92% | 0.46% | - |
| HSV(B) | 190.88º | 0.96% | 0.88% | - |
| XYZ | 30.92 | 40.14 | 76.64 | - |
| YUV | 136.82 | 177.19 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 185 | 224 | 0.96 | 0.17 | 0 | 0.12 | 190.88 | 0.92 | 0.46 |
| Hex | 9 | B9 | E0 | 60 | 11 | 0 | C | BF | 5C | 2E |
| Octal | 11 | 271 | 340 | 140 | 21 | 0 | 14 | 277 | 134 | 56 |
| Binary | 1001 | 10111001 | 11100000 | 1100000 | 10001 | 0 | 1100 | 10111111 | 1011100 | 101110 |
Color Harmonies of #09B9E0
Complementary color
Monochromatic Colors of #09B9E0
Black with #09B9E0
Text Example
Text Example
White with #09B9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B9E0; }
p { color: rgb(9,185,224); }
H1.HeaderClassName
{
color: #09B9E0;
}
.AnyTagClassName
{
color: #09B9E0;
}
</style>
background-color css
<style>
a { background-color: #09B9E0; }
a { background-color: rgb(9,185,224); }
div.DivClassName
{
background-color: #09B9E0;
}
.BgClassName
{
background-color: #09B9E0;
}
</style>
border-color css
<style>
span { border-color: #09B9E0; }
span { border-color: rgb(9,185,224); }
td.TdClassName
{
border-color: #09B9E0;
}
.TagClassName
{
border-color: #09B9E0;
}
</style>