Shades of Iris Blue #09B0D9
Tints of Iris Blue #09B0D9
RGB
CMYK
RGB Variations
Color information
#09B0D9 (or 0x09B0D9) is known color: Iris Blue. HEX triplet: 09, B0 and D9. RGB value is (9,176,217). Sum of RGB (Red+Green+Blue) = 9+176+217=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #09B0D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B0D9 is #F64F26. Grayscale: #828282. Windows color (decimal): -16142119 or 14266377. OLE color: 14266377.
HSL color Cylindrical-coordinate representation of color #09B0D9: hue angle of 191.83º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B0D9 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 176 | 217 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.15 |
| HSL | 191.83º | 0.92% | 0.44% | - |
| HSV(B) | 191.83º | 0.96% | 0.85% | - |
| XYZ | 28.16 | 36.12 | 71.13 | - |
| YUV | 130.74 | 176.67 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 176 | 217 | 0.96 | 0.19 | 0 | 0.15 | 191.83 | 0.92 | 0.44 |
| Hex | 9 | B0 | D9 | 60 | 13 | 0 | F | C0 | 5C | 2C |
| Octal | 11 | 260 | 331 | 140 | 23 | 0 | 17 | 300 | 134 | 54 |
| Binary | 1001 | 10110000 | 11011001 | 1100000 | 10011 | 0 | 1111 | 11000000 | 1011100 | 101100 |
Color Harmonies of #09B0D9
Complementary color
Monochromatic Colors of #09B0D9
Black with #09B0D9
Text Example
Text Example
White with #09B0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B0D9; }
p { color: rgb(9,176,217); }
H1.HeaderClassName
{
color: #09B0D9;
}
.AnyTagClassName
{
color: #09B0D9;
}
</style>
background-color css
<style>
a { background-color: #09B0D9; }
a { background-color: rgb(9,176,217); }
div.DivClassName
{
background-color: #09B0D9;
}
.BgClassName
{
background-color: #09B0D9;
}
</style>
border-color css
<style>
span { border-color: #09B0D9; }
span { border-color: rgb(9,176,217); }
td.TdClassName
{
border-color: #09B0D9;
}
.TagClassName
{
border-color: #09B0D9;
}
</style>