Shades of Deep Sky Blue #0BABFD
Tints of Deep Sky Blue #0BABFD
RGB
CMYK
RGB Variations
Color information
#0BABFD (or 0x0BABFD) is known color: Deep Sky Blue. HEX triplet: 0B, AB and FD. RGB value is (11,171,253). Sum of RGB (Red+Green+Blue) = 11+171+253=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BABFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BABFD is #F45402. Grayscale: #848484. Windows color (decimal): -16012291 or 16624395. OLE color: 16624395.
HSL color Cylindrical-coordinate representation of color #0BABFD: hue angle of 200.33º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BABFD is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 171 | 253 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.01 |
| HSL | 200.33º | 0.98% | 0.52% | - |
| HSV(B) | 200.33º | 0.96% | 0.99% | - |
| XYZ | 32.43 | 36.29 | 98.22 | - |
| YUV | 132.51 | 195.99 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 253 | 0.96 | 0.32 | 0 | 0.01 | 200.33 | 0.98 | 0.52 |
| Hex | B | AB | FD | 60 | 20 | 0 | 1 | C8 | 62 | 34 |
| Octal | 13 | 253 | 375 | 140 | 40 | 0 | 1 | 310 | 142 | 64 |
| Binary | 1011 | 10101011 | 11111101 | 1100000 | 100000 | 0 | 1 | 11001000 | 1100010 | 110100 |
Color Harmonies of #0BABFD
Complementary color
Monochromatic Colors of #0BABFD
Black with #0BABFD
Text Example
Text Example
White with #0BABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BABFD; }
p { color: rgb(11,171,253); }
H1.HeaderClassName
{
color: #0BABFD;
}
.AnyTagClassName
{
color: #0BABFD;
}
</style>
background-color css
<style>
a { background-color: #0BABFD; }
a { background-color: rgb(11,171,253); }
div.DivClassName
{
background-color: #0BABFD;
}
.BgClassName
{
background-color: #0BABFD;
}
</style>
border-color css
<style>
span { border-color: #0BABFD; }
span { border-color: rgb(11,171,253); }
td.TdClassName
{
border-color: #0BABFD;
}
.TagClassName
{
border-color: #0BABFD;
}
</style>