Shades of Iris Blue #09B0DE
Tints of Iris Blue #09B0DE
RGB
CMYK
RGB Variations
Color information
#09B0DE (or 0x09B0DE) is known color: Iris Blue. HEX triplet: 09, B0 and DE. RGB value is (9,176,222). Sum of RGB (Red+Green+Blue) = 9+176+222=407 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 222 (87.11% from 255 or 54.55% from 407); Max value from RGB is 222 - color contains mainly: blue. Hex color #09B0DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B0DE is #F64F21. Grayscale: #828282. Windows color (decimal): -16142114 or 14594057. OLE color: 14594057.
HSL color Cylindrical-coordinate representation of color #09B0DE: hue angle of 192.96º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B0DE is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 176 | 222 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.13 |
| HSL | 192.96º | 0.92% | 0.45% | - |
| HSV(B) | 192.96º | 0.96% | 0.87% | - |
| XYZ | 28.82 | 36.38 | 74.61 | - |
| YUV | 131.31 | 179.17 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 176 | 222 | 0.96 | 0.21 | 0 | 0.13 | 192.96 | 0.92 | 0.45 |
| Hex | 9 | B0 | DE | 60 | 15 | 0 | D | C1 | 5C | 2D |
| Octal | 11 | 260 | 336 | 140 | 25 | 0 | 15 | 301 | 134 | 55 |
| Binary | 1001 | 10110000 | 11011110 | 1100000 | 10101 | 0 | 1101 | 11000001 | 1011100 | 101101 |
Color Harmonies of #09B0DE
Complementary color
Monochromatic Colors of #09B0DE
Black with #09B0DE
Text Example
Text Example
White with #09B0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B0DE; }
p { color: rgb(9,176,222); }
H1.HeaderClassName
{
color: #09B0DE;
}
.AnyTagClassName
{
color: #09B0DE;
}
</style>
background-color css
<style>
a { background-color: #09B0DE; }
a { background-color: rgb(9,176,222); }
div.DivClassName
{
background-color: #09B0DE;
}
.BgClassName
{
background-color: #09B0DE;
}
</style>
border-color css
<style>
span { border-color: #09B0DE; }
span { border-color: rgb(9,176,222); }
td.TdClassName
{
border-color: #09B0DE;
}
.TagClassName
{
border-color: #09B0DE;
}
</style>