Shades of Deep Sky Blue #0BABEE
Tints of Deep Sky Blue #0BABEE
RGB
CMYK
RGB Variations
Color information
#0BABEE (or 0x0BABEE) is known color: Deep Sky Blue. HEX triplet: 0B, AB and EE. RGB value is (11,171,238). Sum of RGB (Red+Green+Blue) = 11+171+238=420 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.62% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BABEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BABEE is #F45411. Grayscale: #828282. Windows color (decimal): -16012306 or 15641355. OLE color: 15641355.
HSL color Cylindrical-coordinate representation of color #0BABEE: hue angle of 197.71º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BABEE is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 171 | 238 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.07 |
| HSL | 197.71º | 0.91% | 0.49% | - |
| HSV(B) | 197.71º | 0.95% | 0.93% | - |
| XYZ | 30.13 | 35.37 | 86.13 | - |
| YUV | 130.8 | 188.49 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 238 | 0.95 | 0.28 | 0 | 0.07 | 197.71 | 0.91 | 0.49 |
| Hex | B | AB | EE | 5F | 1C | 0 | 7 | C6 | 5B | 31 |
| Octal | 13 | 253 | 356 | 137 | 34 | 0 | 7 | 306 | 133 | 61 |
| Binary | 1011 | 10101011 | 11101110 | 1011111 | 11100 | 0 | 111 | 11000110 | 1011011 | 110001 |
Color Harmonies of #0BABEE
Complementary color
Monochromatic Colors of #0BABEE
Black with #0BABEE
Text Example
Text Example
White with #0BABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABEE; }
p { color: rgb(11,171,238); }
H1.HeaderClassName
{
color: #0BABEE;
}
.AnyTagClassName
{
color: #0BABEE;
}
</style>
background-color css
<style>
a { background-color: #0BABEE; }
a { background-color: rgb(11,171,238); }
div.DivClassName
{
background-color: #0BABEE;
}
.BgClassName
{
background-color: #0BABEE;
}
</style>
border-color css
<style>
span { border-color: #0BABEE; }
span { border-color: rgb(11,171,238); }
td.TdClassName
{
border-color: #0BABEE;
}
.TagClassName
{
border-color: #0BABEE;
}
</style>