Shades of Iris Blue #0BAADB
Tints of Iris Blue #0BAADB
RGB
CMYK
RGB Variations
Color information
#0BAADB (or 0x0BAADB) is known color: Iris Blue. HEX triplet: 0B, AA and DB. RGB value is (11,170,219). Sum of RGB (Red+Green+Blue) = 11+170+219=400 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.75% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #0BAADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAADB is #F45524. Grayscale: #7F7F7F. Windows color (decimal): -16012581 or 14395915. OLE color: 14395915.
HSL color Cylindrical-coordinate representation of color #0BAADB: hue angle of 194.13º 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 #0BAADB is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 170 | 219 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.14 |
| HSL | 194.13º | 0.9% | 0.45% | - |
| HSV(B) | 194.13º | 0.95% | 0.86% | - |
| XYZ | 27.3 | 33.94 | 72.13 | - |
| YUV | 128.05 | 179.32 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 219 | 0.95 | 0.22 | 0 | 0.14 | 194.13 | 0.9 | 0.45 |
| Hex | B | AA | DB | 5F | 16 | 0 | E | C2 | 5A | 2D |
| Octal | 13 | 252 | 333 | 137 | 26 | 0 | 16 | 302 | 132 | 55 |
| Binary | 1011 | 10101010 | 11011011 | 1011111 | 10110 | 0 | 1110 | 11000010 | 1011010 | 101101 |
Color Harmonies of #0BAADB
Complementary color
Monochromatic Colors of #0BAADB
Black with #0BAADB
Text Example
Text Example
White with #0BAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAADB; }
p { color: rgb(11,170,219); }
H1.HeaderClassName
{
color: #0BAADB;
}
.AnyTagClassName
{
color: #0BAADB;
}
</style>
background-color css
<style>
a { background-color: #0BAADB; }
a { background-color: rgb(11,170,219); }
div.DivClassName
{
background-color: #0BAADB;
}
.BgClassName
{
background-color: #0BAADB;
}
</style>
border-color css
<style>
span { border-color: #0BAADB; }
span { border-color: rgb(11,170,219); }
td.TdClassName
{
border-color: #0BAADB;
}
.TagClassName
{
border-color: #0BAADB;
}
</style>