Shades of Iris Blue #0BACDC
Tints of Iris Blue #0BACDC
RGB
CMYK
RGB Variations
Color information
#0BACDC (or 0x0BACDC) is known color: Iris Blue. HEX triplet: 0B, AC and DC. RGB value is (11,172,220). Sum of RGB (Red+Green+Blue) = 11+172+220=403 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.73% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #0BACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACDC is #F45323. Grayscale: #808080. Windows color (decimal): -16012068 or 14461963. OLE color: 14461963.
HSL color Cylindrical-coordinate representation of color #0BACDC: hue angle of 193.78º 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 #0BACDC is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 172 | 220 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.14 |
| HSL | 193.78º | 0.9% | 0.45% | - |
| HSV(B) | 193.78º | 0.95% | 0.86% | - |
| XYZ | 27.81 | 34.74 | 72.95 | - |
| YUV | 129.33 | 179.16 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 220 | 0.95 | 0.22 | 0 | 0.14 | 193.78 | 0.9 | 0.45 |
| Hex | B | AC | DC | 5F | 16 | 0 | E | C2 | 5A | 2D |
| Octal | 13 | 254 | 334 | 137 | 26 | 0 | 16 | 302 | 132 | 55 |
| Binary | 1011 | 10101100 | 11011100 | 1011111 | 10110 | 0 | 1110 | 11000010 | 1011010 | 101101 |
Color Harmonies of #0BACDC
Complementary color
Monochromatic Colors of #0BACDC
Black with #0BACDC
Text Example
Text Example
White with #0BACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BACDC; }
p { color: rgb(11,172,220); }
H1.HeaderClassName
{
color: #0BACDC;
}
.AnyTagClassName
{
color: #0BACDC;
}
</style>
background-color css
<style>
a { background-color: #0BACDC; }
a { background-color: rgb(11,172,220); }
div.DivClassName
{
background-color: #0BACDC;
}
.BgClassName
{
background-color: #0BACDC;
}
</style>
border-color css
<style>
span { border-color: #0BACDC; }
span { border-color: rgb(11,172,220); }
td.TdClassName
{
border-color: #0BACDC;
}
.TagClassName
{
border-color: #0BACDC;
}
</style>