Shades of Iris Blue #09B0D7
Tints of Iris Blue #09B0D7
RGB
CMYK
RGB Variations
Color information
#09B0D7 (or 0x09B0D7) is known color: Iris Blue. HEX triplet: 09, B0 and D7. RGB value is (9,176,215). Sum of RGB (Red+Green+Blue) = 9+176+215=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 215 (84.38% from 255 or 53.75% from 400); Max value from RGB is 215 - color contains mainly: blue. Hex color #09B0D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09B0D7 is #F64F28. Grayscale: #828282. Windows color (decimal): -16142121 or 14135305. OLE color: 14135305.
HSL color Cylindrical-coordinate representation of color #09B0D7: hue angle of 191.36º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B0D7 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 9 | 176 | 215 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.16 |
| HSL | 191.36º | 0.92% | 0.44% | - |
| HSV(B) | 191.36º | 0.96% | 0.84% | - |
| XYZ | 27.9 | 36.02 | 69.77 | - |
| YUV | 130.51 | 175.67 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 176 | 215 | 0.96 | 0.18 | 0 | 0.16 | 191.36 | 0.92 | 0.44 |
| Hex | 9 | B0 | D7 | 60 | 12 | 0 | 10 | BF | 5C | 2C |
| Octal | 11 | 260 | 327 | 140 | 22 | 0 | 20 | 277 | 134 | 54 |
| Binary | 1001 | 10110000 | 11010111 | 1100000 | 10010 | 0 | 10000 | 10111111 | 1011100 | 101100 |
Color Harmonies of #09B0D7
Complementary color
Monochromatic Colors of #09B0D7
Black with #09B0D7
Text Example
Text Example
White with #09B0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B0D7; }
p { color: rgb(9,176,215); }
H1.HeaderClassName
{
color: #09B0D7;
}
.AnyTagClassName
{
color: #09B0D7;
}
</style>
background-color css
<style>
a { background-color: #09B0D7; }
a { background-color: rgb(9,176,215); }
div.DivClassName
{
background-color: #09B0D7;
}
.BgClassName
{
background-color: #09B0D7;
}
</style>
border-color css
<style>
span { border-color: #09B0D7; }
span { border-color: rgb(9,176,215); }
td.TdClassName
{
border-color: #09B0D7;
}
.TagClassName
{
border-color: #09B0D7;
}
</style>