Shades of Iris Blue #0BB7CE
Tints of Iris Blue #0BB7CE
RGB
CMYK
RGB Variations
Color information
#0BB7CE (or 0x0BB7CE) is known color: Iris Blue. HEX triplet: 0B, B7 and CE. RGB value is (11,183,206). Sum of RGB (Red+Green+Blue) = 11+183+206=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #0BB7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BB7CE is #F44831. Grayscale: #858585. Windows color (decimal): -16009266 or 13547275. OLE color: 13547275.
HSL color Cylindrical-coordinate representation of color #0BB7CE: hue angle of 187.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB7CE is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 183 | 206 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.19 |
| HSL | 187.08º | 0.9% | 0.43% | - |
| HSV(B) | 187.08º | 0.95% | 0.81% | - |
| XYZ | 28.21 | 38.39 | 64.32 | - |
| YUV | 134.19 | 168.52 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 183 | 206 | 0.95 | 0.11 | 0 | 0.19 | 187.08 | 0.9 | 0.43 |
| Hex | B | B7 | CE | 5F | B | 0 | 13 | BB | 5A | 2B |
| Octal | 13 | 267 | 316 | 137 | 13 | 0 | 23 | 273 | 132 | 53 |
| Binary | 1011 | 10110111 | 11001110 | 1011111 | 1011 | 0 | 10011 | 10111011 | 1011010 | 101011 |
Color Harmonies of #0BB7CE
Complementary color
Monochromatic Colors of #0BB7CE
Black with #0BB7CE
Text Example
Text Example
White with #0BB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB7CE; }
p { color: rgb(11,183,206); }
H1.HeaderClassName
{
color: #0BB7CE;
}
.AnyTagClassName
{
color: #0BB7CE;
}
</style>
background-color css
<style>
a { background-color: #0BB7CE; }
a { background-color: rgb(11,183,206); }
div.DivClassName
{
background-color: #0BB7CE;
}
.BgClassName
{
background-color: #0BB7CE;
}
</style>
border-color css
<style>
span { border-color: #0BB7CE; }
span { border-color: rgb(11,183,206); }
td.TdClassName
{
border-color: #0BB7CE;
}
.TagClassName
{
border-color: #0BB7CE;
}
</style>