Shades of Deep Sky Blue #0BABEF
Tints of Deep Sky Blue #0BABEF
RGB
CMYK
RGB Variations
Color information
#0BABEF (or 0x0BABEF) is known color: Deep Sky Blue. HEX triplet: 0B, AB and EF. RGB value is (11,171,239). Sum of RGB (Red+Green+Blue) = 11+171+239=421 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.61% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #0BABEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BABEF is #F45410. Grayscale: #828282. Windows color (decimal): -16012305 or 15706891. OLE color: 15706891.
HSL color Cylindrical-coordinate representation of color #0BABEF: hue angle of 197.89º 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 #0BABEF is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 171 | 239 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.06 |
| HSL | 197.89º | 0.91% | 0.49% | - |
| HSV(B) | 197.89º | 0.95% | 0.94% | - |
| XYZ | 30.28 | 35.43 | 86.9 | - |
| YUV | 130.91 | 188.99 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 239 | 0.95 | 0.28 | 0 | 0.06 | 197.89 | 0.91 | 0.49 |
| Hex | B | AB | EF | 5F | 1C | 0 | 6 | C6 | 5B | 31 |
| Octal | 13 | 253 | 357 | 137 | 34 | 0 | 6 | 306 | 133 | 61 |
| Binary | 1011 | 10101011 | 11101111 | 1011111 | 11100 | 0 | 110 | 11000110 | 1011011 | 110001 |
Color Harmonies of #0BABEF
Complementary color
Monochromatic Colors of #0BABEF
Black with #0BABEF
Text Example
Text Example
White with #0BABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABEF; }
p { color: rgb(11,171,239); }
H1.HeaderClassName
{
color: #0BABEF;
}
.AnyTagClassName
{
color: #0BABEF;
}
</style>
background-color css
<style>
a { background-color: #0BABEF; }
a { background-color: rgb(11,171,239); }
div.DivClassName
{
background-color: #0BABEF;
}
.BgClassName
{
background-color: #0BABEF;
}
</style>
border-color css
<style>
span { border-color: #0BABEF; }
span { border-color: rgb(11,171,239); }
td.TdClassName
{
border-color: #0BABEF;
}
.TagClassName
{
border-color: #0BABEF;
}
</style>