Shades of Iris Blue #09B7CE
Tints of Iris Blue #09B7CE
RGB
CMYK
RGB Variations
Color information
#09B7CE (or 0x09B7CE) is known color: Iris Blue. HEX triplet: 09, B7 and CE. RGB value is (9,183,206). Sum of RGB (Red+Green+Blue) = 9+183+206=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #09B7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09B7CE is #F64831. Grayscale: #858585. Windows color (decimal): -16140338 or 13547273. OLE color: 13547273.
HSL color Cylindrical-coordinate representation of color #09B7CE: hue angle of 187.01º 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 #09B7CE is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 183 | 206 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.19 |
| HSL | 187.01º | 0.92% | 0.42% | - |
| HSV(B) | 187.01º | 0.96% | 0.81% | - |
| XYZ | 28.19 | 38.38 | 64.32 | - |
| YUV | 133.6 | 168.85 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 183 | 206 | 0.96 | 0.11 | 0 | 0.19 | 187.01 | 0.92 | 0.42 |
| Hex | 9 | B7 | CE | 60 | B | 0 | 13 | BB | 5C | 2A |
| Octal | 11 | 267 | 316 | 140 | 13 | 0 | 23 | 273 | 134 | 52 |
| Binary | 1001 | 10110111 | 11001110 | 1100000 | 1011 | 0 | 10011 | 10111011 | 1011100 | 101010 |
Color Harmonies of #09B7CE
Complementary color
Monochromatic Colors of #09B7CE
Black with #09B7CE
Text Example
Text Example
White with #09B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B7CE; }
p { color: rgb(9,183,206); }
H1.HeaderClassName
{
color: #09B7CE;
}
.AnyTagClassName
{
color: #09B7CE;
}
</style>
background-color css
<style>
a { background-color: #09B7CE; }
a { background-color: rgb(9,183,206); }
div.DivClassName
{
background-color: #09B7CE;
}
.BgClassName
{
background-color: #09B7CE;
}
</style>
border-color css
<style>
span { border-color: #09B7CE; }
span { border-color: rgb(9,183,206); }
td.TdClassName
{
border-color: #09B7CE;
}
.TagClassName
{
border-color: #09B7CE;
}
</style>