Shades of Iris Blue #0BABCB
Tints of Iris Blue #0BABCB
RGB
CMYK
RGB Variations
Color information
#0BABCB (or 0x0BABCB) is known color: Iris Blue. HEX triplet: 0B, AB and CB. RGB value is (11,171,203). Sum of RGB (Red+Green+Blue) = 11+171+203=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #0BABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABCB is #F45434. Grayscale: #7E7E7E. Windows color (decimal): -16012341 or 13347595. OLE color: 13347595.
HSL color Cylindrical-coordinate representation of color #0BABCB: hue angle of 190º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BABCB is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 171 | 203 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.20 |
| HSL | 190º | 0.9% | 0.42% | - |
| HSV(B) | 190º | 0.95% | 0.8% | - |
| XYZ | 25.48 | 33.51 | 61.62 | - |
| YUV | 126.81 | 170.99 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 203 | 0.95 | 0.16 | 0 | 0.20 | 190 | 0.9 | 0.42 |
| Hex | B | AB | CB | 5F | 10 | 0 | 14 | BE | 5A | 2A |
| Octal | 13 | 253 | 313 | 137 | 20 | 0 | 24 | 276 | 132 | 52 |
| Binary | 1011 | 10101011 | 11001011 | 1011111 | 10000 | 0 | 10100 | 10111110 | 1011010 | 101010 |
Color Harmonies of #0BABCB
Complementary color
Monochromatic Colors of #0BABCB
Black with #0BABCB
Text Example
Text Example
White with #0BABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABCB; }
p { color: rgb(11,171,203); }
H1.HeaderClassName
{
color: #0BABCB;
}
.AnyTagClassName
{
color: #0BABCB;
}
</style>
background-color css
<style>
a { background-color: #0BABCB; }
a { background-color: rgb(11,171,203); }
div.DivClassName
{
background-color: #0BABCB;
}
.BgClassName
{
background-color: #0BABCB;
}
</style>
border-color css
<style>
span { border-color: #0BABCB; }
span { border-color: rgb(11,171,203); }
td.TdClassName
{
border-color: #0BABCB;
}
.TagClassName
{
border-color: #0BABCB;
}
</style>