Shades of Iris Blue #0BABDD
Tints of Iris Blue #0BABDD
RGB
CMYK
RGB Variations
Color information
#0BABDD (or 0x0BABDD) is known color: Iris Blue. HEX triplet: 0B, AB and DD. RGB value is (11,171,221). Sum of RGB (Red+Green+Blue) = 11+171+221=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #0BABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BABDD is #F45422. Grayscale: #808080. Windows color (decimal): -16012323 or 14527243. OLE color: 14527243.
HSL color Cylindrical-coordinate representation of color #0BABDD: hue angle of 194.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BABDD is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 171 | 221 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.13 |
| HSL | 194.29º | 0.91% | 0.45% | - |
| HSV(B) | 194.29º | 0.95% | 0.87% | - |
| XYZ | 27.75 | 34.42 | 73.59 | - |
| YUV | 128.86 | 179.99 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 221 | 0.95 | 0.23 | 0 | 0.13 | 194.29 | 0.91 | 0.45 |
| Hex | B | AB | DD | 5F | 17 | 0 | D | C2 | 5B | 2D |
| Octal | 13 | 253 | 335 | 137 | 27 | 0 | 15 | 302 | 133 | 55 |
| Binary | 1011 | 10101011 | 11011101 | 1011111 | 10111 | 0 | 1101 | 11000010 | 1011011 | 101101 |
Color Harmonies of #0BABDD
Complementary color
Monochromatic Colors of #0BABDD
Black with #0BABDD
Text Example
Text Example
White with #0BABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABDD; }
p { color: rgb(11,171,221); }
H1.HeaderClassName
{
color: #0BABDD;
}
.AnyTagClassName
{
color: #0BABDD;
}
</style>
background-color css
<style>
a { background-color: #0BABDD; }
a { background-color: rgb(11,171,221); }
div.DivClassName
{
background-color: #0BABDD;
}
.BgClassName
{
background-color: #0BABDD;
}
</style>
border-color css
<style>
span { border-color: #0BABDD; }
span { border-color: rgb(11,171,221); }
td.TdClassName
{
border-color: #0BABDD;
}
.TagClassName
{
border-color: #0BABDD;
}
</style>