Shades of Iris Blue #0BABDC
Tints of Iris Blue #0BABDC
RGB
CMYK
RGB Variations
Color information
#0BABDC (or 0x0BABDC) is known color: Iris Blue. HEX triplet: 0B, AB and DC. RGB value is (11,171,220). Sum of RGB (Red+Green+Blue) = 11+171+220=402 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABDC is #F45423. Grayscale: #808080. Windows color (decimal): -16012324 or 14461707. OLE color: 14461707.
HSL color Cylindrical-coordinate representation of color #0BABDC: hue angle of 194.07º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BABDC is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 171 | 220 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.14 |
| HSL | 194.07º | 0.9% | 0.45% | - |
| HSV(B) | 194.07º | 0.95% | 0.86% | - |
| XYZ | 27.62 | 34.36 | 72.89 | - |
| YUV | 128.75 | 179.49 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 220 | 0.95 | 0.22 | 0 | 0.14 | 194.07 | 0.9 | 0.45 |
| Hex | B | AB | DC | 5F | 16 | 0 | E | C2 | 5A | 2D |
| Octal | 13 | 253 | 334 | 137 | 26 | 0 | 16 | 302 | 132 | 55 |
| Binary | 1011 | 10101011 | 11011100 | 1011111 | 10110 | 0 | 1110 | 11000010 | 1011010 | 101101 |
Color Harmonies of #0BABDC
Complementary color
Monochromatic Colors of #0BABDC
Black with #0BABDC
Text Example
Text Example
White with #0BABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABDC; }
p { color: rgb(11,171,220); }
H1.HeaderClassName
{
color: #0BABDC;
}
.AnyTagClassName
{
color: #0BABDC;
}
</style>
background-color css
<style>
a { background-color: #0BABDC; }
a { background-color: rgb(11,171,220); }
div.DivClassName
{
background-color: #0BABDC;
}
.BgClassName
{
background-color: #0BABDC;
}
</style>
border-color css
<style>
span { border-color: #0BABDC; }
span { border-color: rgb(11,171,220); }
td.TdClassName
{
border-color: #0BABDC;
}
.TagClassName
{
border-color: #0BABDC;
}
</style>