Shades of Iris Blue #0BACD8
Tints of Iris Blue #0BACD8
RGB
CMYK
RGB Variations
Color information
#0BACD8 (or 0x0BACD8) is known color: Iris Blue. HEX triplet: 0B, AC and D8. RGB value is (11,172,216). Sum of RGB (Red+Green+Blue) = 11+172+216=399 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.76% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #0BACD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BACD8 is #F45327. Grayscale: #808080. Windows color (decimal): -16012072 or 14199819. OLE color: 14199819.
HSL color Cylindrical-coordinate representation of color #0BACD8: hue angle of 192.88º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BACD8 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 172 | 216 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.15 |
| HSL | 192.88º | 0.9% | 0.45% | - |
| HSV(B) | 192.88º | 0.95% | 0.85% | - |
| XYZ | 27.29 | 34.53 | 70.19 | - |
| YUV | 128.88 | 177.16 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 216 | 0.95 | 0.20 | 0 | 0.15 | 192.88 | 0.9 | 0.45 |
| Hex | B | AC | D8 | 5F | 14 | 0 | F | C1 | 5A | 2D |
| Octal | 13 | 254 | 330 | 137 | 24 | 0 | 17 | 301 | 132 | 55 |
| Binary | 1011 | 10101100 | 11011000 | 1011111 | 10100 | 0 | 1111 | 11000001 | 1011010 | 101101 |
Color Harmonies of #0BACD8
Complementary color
Monochromatic Colors of #0BACD8
Black with #0BACD8
Text Example
Text Example
White with #0BACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BACD8; }
p { color: rgb(11,172,216); }
H1.HeaderClassName
{
color: #0BACD8;
}
.AnyTagClassName
{
color: #0BACD8;
}
</style>
background-color css
<style>
a { background-color: #0BACD8; }
a { background-color: rgb(11,172,216); }
div.DivClassName
{
background-color: #0BACD8;
}
.BgClassName
{
background-color: #0BACD8;
}
</style>
border-color css
<style>
span { border-color: #0BACD8; }
span { border-color: rgb(11,172,216); }
td.TdClassName
{
border-color: #0BACD8;
}
.TagClassName
{
border-color: #0BACD8;
}
</style>