Shades of Iris Blue #0BABCE
Tints of Iris Blue #0BABCE
RGB
CMYK
RGB Variations
Color information
#0BABCE (or 0x0BABCE) is known color: Iris Blue. HEX triplet: 0B, AB and CE. RGB value is (11,171,206). Sum of RGB (Red+Green+Blue) = 11+171+206=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #0BABCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABCE is #F45431. Grayscale: #7E7E7E. Windows color (decimal): -16012338 or 13544203. OLE color: 13544203.
HSL color Cylindrical-coordinate representation of color #0BABCE: hue angle of 190.77º 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 #0BABCE is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 171 | 206 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.19 |
| HSL | 190.77º | 0.9% | 0.43% | - |
| HSV(B) | 190.77º | 0.95% | 0.81% | - |
| XYZ | 25.84 | 33.65 | 63.53 | - |
| YUV | 127.15 | 172.49 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 206 | 0.95 | 0.17 | 0 | 0.19 | 190.77 | 0.9 | 0.43 |
| Hex | B | AB | CE | 5F | 11 | 0 | 13 | BF | 5A | 2B |
| Octal | 13 | 253 | 316 | 137 | 21 | 0 | 23 | 277 | 132 | 53 |
| Binary | 1011 | 10101011 | 11001110 | 1011111 | 10001 | 0 | 10011 | 10111111 | 1011010 | 101011 |
Color Harmonies of #0BABCE
Complementary color
Monochromatic Colors of #0BABCE
Black with #0BABCE
Text Example
Text Example
White with #0BABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABCE; }
p { color: rgb(11,171,206); }
H1.HeaderClassName
{
color: #0BABCE;
}
.AnyTagClassName
{
color: #0BABCE;
}
</style>
background-color css
<style>
a { background-color: #0BABCE; }
a { background-color: rgb(11,171,206); }
div.DivClassName
{
background-color: #0BABCE;
}
.BgClassName
{
background-color: #0BABCE;
}
</style>
border-color css
<style>
span { border-color: #0BABCE; }
span { border-color: rgb(11,171,206); }
td.TdClassName
{
border-color: #0BABCE;
}
.TagClassName
{
border-color: #0BABCE;
}
</style>