Shades of Iris Blue #0BABCC
Tints of Iris Blue #0BABCC
RGB
CMYK
RGB Variations
Color information
#0BABCC (or 0x0BABCC) is known color: Iris Blue. HEX triplet: 0B, AB and CC. RGB value is (11,171,204). Sum of RGB (Red+Green+Blue) = 11+171+204=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #0BABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABCC is #F45433. Grayscale: #7E7E7E. Windows color (decimal): -16012340 or 13413131. OLE color: 13413131.
HSL color Cylindrical-coordinate representation of color #0BABCC: hue angle of 190.26º 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 #0BABCC is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 171 | 204 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.2 |
| HSL | 190.26º | 0.9% | 0.42% | - |
| HSV(B) | 190.26º | 0.95% | 0.8% | - |
| XYZ | 25.6 | 33.56 | 62.25 | - |
| YUV | 126.92 | 171.49 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 204 | 0.95 | 0.16 | 0 | 0.2 | 190.26 | 0.9 | 0.42 |
| Hex | B | AB | CC | 5F | 10 | 0 | 14 | BE | 5A | 2A |
| Octal | 13 | 253 | 314 | 137 | 20 | 0 | 24 | 276 | 132 | 52 |
| Binary | 1011 | 10101011 | 11001100 | 1011111 | 10000 | 0 | 10100 | 10111110 | 1011010 | 101010 |
Color Harmonies of #0BABCC
Complementary color
Monochromatic Colors of #0BABCC
Black with #0BABCC
Text Example
Text Example
White with #0BABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABCC; }
p { color: rgb(11,171,204); }
H1.HeaderClassName
{
color: #0BABCC;
}
.AnyTagClassName
{
color: #0BABCC;
}
</style>
background-color css
<style>
a { background-color: #0BABCC; }
a { background-color: rgb(11,171,204); }
div.DivClassName
{
background-color: #0BABCC;
}
.BgClassName
{
background-color: #0BABCC;
}
</style>
border-color css
<style>
span { border-color: #0BABCC; }
span { border-color: rgb(11,171,204); }
td.TdClassName
{
border-color: #0BABCC;
}
.TagClassName
{
border-color: #0BABCC;
}
</style>