Shades of Deep Sky Blue #0BACEF
Tints of Deep Sky Blue #0BACEF
RGB
CMYK
RGB Variations
Color information
#0BACEF (or 0x0BACEF) is known color: Deep Sky Blue. HEX triplet: 0B, AC and EF. RGB value is (11,172,239). Sum of RGB (Red+Green+Blue) = 11+172+239=422 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BACEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BACEF is #F45310. Grayscale: #838383. Windows color (decimal): -16012049 or 15707147. OLE color: 15707147.
HSL color Cylindrical-coordinate representation of color #0BACEF: hue angle of 197.63º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BACEF is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 172 | 239 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.06 |
| HSL | 197.63º | 0.91% | 0.49% | - |
| HSV(B) | 197.63º | 0.95% | 0.94% | - |
| XYZ | 30.47 | 35.81 | 86.97 | - |
| YUV | 131.5 | 188.66 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 239 | 0.95 | 0.28 | 0 | 0.06 | 197.63 | 0.91 | 0.49 |
| Hex | B | AC | EF | 5F | 1C | 0 | 6 | C6 | 5B | 31 |
| Octal | 13 | 254 | 357 | 137 | 34 | 0 | 6 | 306 | 133 | 61 |
| Binary | 1011 | 10101100 | 11101111 | 1011111 | 11100 | 0 | 110 | 11000110 | 1011011 | 110001 |
Color Harmonies of #0BACEF
Complementary color
Monochromatic Colors of #0BACEF
Black with #0BACEF
Text Example
Text Example
White with #0BACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BACEF; }
p { color: rgb(11,172,239); }
H1.HeaderClassName
{
color: #0BACEF;
}
.AnyTagClassName
{
color: #0BACEF;
}
</style>
background-color css
<style>
a { background-color: #0BACEF; }
a { background-color: rgb(11,172,239); }
div.DivClassName
{
background-color: #0BACEF;
}
.BgClassName
{
background-color: #0BACEF;
}
</style>
border-color css
<style>
span { border-color: #0BACEF; }
span { border-color: rgb(11,172,239); }
td.TdClassName
{
border-color: #0BACEF;
}
.TagClassName
{
border-color: #0BACEF;
}
</style>