Shades of Iris Blue #0BA9DB
Tints of Iris Blue #0BA9DB
RGB
CMYK
RGB Variations
Color information
#0BA9DB (or 0x0BA9DB) is known color: Iris Blue. HEX triplet: 0B, A9 and DB. RGB value is (11,169,219). Sum of RGB (Red+Green+Blue) = 11+169+219=399 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BA9DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA9DB is #F45624. Grayscale: #7F7F7F. Windows color (decimal): -16012837 or 14395659. OLE color: 14395659.
HSL color Cylindrical-coordinate representation of color #0BA9DB: hue angle of 194.42º 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 #0BA9DB is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 169 | 219 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.14 |
| HSL | 194.42º | 0.9% | 0.45% | - |
| HSV(B) | 194.42º | 0.95% | 0.86% | - |
| XYZ | 27.11 | 33.56 | 72.07 | - |
| YUV | 127.46 | 179.65 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 169 | 219 | 0.95 | 0.23 | 0 | 0.14 | 194.42 | 0.9 | 0.45 |
| Hex | B | A9 | DB | 5F | 17 | 0 | E | C2 | 5A | 2D |
| Octal | 13 | 251 | 333 | 137 | 27 | 0 | 16 | 302 | 132 | 55 |
| Binary | 1011 | 10101001 | 11011011 | 1011111 | 10111 | 0 | 1110 | 11000010 | 1011010 | 101101 |
Color Harmonies of #0BA9DB
Complementary color
Monochromatic Colors of #0BA9DB
Black with #0BA9DB
Text Example
Text Example
White with #0BA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA9DB; }
p { color: rgb(11,169,219); }
H1.HeaderClassName
{
color: #0BA9DB;
}
.AnyTagClassName
{
color: #0BA9DB;
}
</style>
background-color css
<style>
a { background-color: #0BA9DB; }
a { background-color: rgb(11,169,219); }
div.DivClassName
{
background-color: #0BA9DB;
}
.BgClassName
{
background-color: #0BA9DB;
}
</style>
border-color css
<style>
span { border-color: #0BA9DB; }
span { border-color: rgb(11,169,219); }
td.TdClassName
{
border-color: #0BA9DB;
}
.TagClassName
{
border-color: #0BA9DB;
}
</style>