Shades of Iris Blue #0BAADC
Tints of Iris Blue #0BAADC
RGB
CMYK
RGB Variations
Color information
#0BAADC (or 0x0BAADC) is known color: Iris Blue. HEX triplet: 0B, AA and DC. RGB value is (11,170,220). Sum of RGB (Red+Green+Blue) = 11+170+220=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BAADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BAADC is #F45523. Grayscale: #7F7F7F. Windows color (decimal): -16012580 or 14461451. OLE color: 14461451.
HSL color Cylindrical-coordinate representation of color #0BAADC: hue angle of 194.35º 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 #0BAADC is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 170 | 220 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.14 |
| HSL | 194.35º | 0.9% | 0.45% | - |
| HSV(B) | 194.35º | 0.95% | 0.86% | - |
| XYZ | 27.43 | 33.99 | 72.82 | - |
| YUV | 128.16 | 179.82 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 220 | 0.95 | 0.23 | 0 | 0.14 | 194.35 | 0.9 | 0.45 |
| Hex | B | AA | DC | 5F | 17 | 0 | E | C2 | 5A | 2D |
| Octal | 13 | 252 | 334 | 137 | 27 | 0 | 16 | 302 | 132 | 55 |
| Binary | 1011 | 10101010 | 11011100 | 1011111 | 10111 | 0 | 1110 | 11000010 | 1011010 | 101101 |
Color Harmonies of #0BAADC
Complementary color
Monochromatic Colors of #0BAADC
Black with #0BAADC
Text Example
Text Example
White with #0BAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAADC; }
p { color: rgb(11,170,220); }
H1.HeaderClassName
{
color: #0BAADC;
}
.AnyTagClassName
{
color: #0BAADC;
}
</style>
background-color css
<style>
a { background-color: #0BAADC; }
a { background-color: rgb(11,170,220); }
div.DivClassName
{
background-color: #0BAADC;
}
.BgClassName
{
background-color: #0BAADC;
}
</style>
border-color css
<style>
span { border-color: #0BAADC; }
span { border-color: rgb(11,170,220); }
td.TdClassName
{
border-color: #0BAADC;
}
.TagClassName
{
border-color: #0BAADC;
}
</style>