Shades of Iris Blue #0BAEC0
Tints of Iris Blue #0BAEC0
RGB
CMYK
RGB Variations
Color information
#0BAEC0 (or 0x0BAEC0) is known color: Iris Blue. HEX triplet: 0B, AE and C0. RGB value is (11,174,192). Sum of RGB (Red+Green+Blue) = 11+174+192=377 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.92% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #0BAEC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAEC0 is #F4513F. Grayscale: #7F7F7F. Windows color (decimal): -16011584 or 12627467. OLE color: 12627467.
HSL color Cylindrical-coordinate representation of color #0BAEC0: hue angle of 185.97º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAEC0 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 174 | 192 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.25 |
| HSL | 185.97º | 0.89% | 0.4% | - |
| HSV(B) | 185.97º | 0.94% | 0.75% | - |
| XYZ | 24.79 | 34.15 | 55.15 | - |
| YUV | 127.32 | 164.5 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 192 | 0.94 | 0.09 | 0 | 0.25 | 185.97 | 0.89 | 0.4 |
| Hex | B | AE | C0 | 5E | 9 | 0 | 19 | BA | 59 | 28 |
| Octal | 13 | 256 | 300 | 136 | 11 | 0 | 31 | 272 | 131 | 50 |
| Binary | 1011 | 10101110 | 11000000 | 1011110 | 1001 | 0 | 11001 | 10111010 | 1011001 | 101000 |
Color Harmonies of #0BAEC0
Complementary color
Monochromatic Colors of #0BAEC0
Black with #0BAEC0
Text Example
Text Example
White with #0BAEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAEC0; }
p { color: rgb(11,174,192); }
H1.HeaderClassName
{
color: #0BAEC0;
}
.AnyTagClassName
{
color: #0BAEC0;
}
</style>
background-color css
<style>
a { background-color: #0BAEC0; }
a { background-color: rgb(11,174,192); }
div.DivClassName
{
background-color: #0BAEC0;
}
.BgClassName
{
background-color: #0BAEC0;
}
</style>
border-color css
<style>
span { border-color: #0BAEC0; }
span { border-color: rgb(11,174,192); }
td.TdClassName
{
border-color: #0BAEC0;
}
.TagClassName
{
border-color: #0BAEC0;
}
</style>