Shades of Deep Sky Blue #0BCEFD
Tints of Deep Sky Blue #0BCEFD
RGB
CMYK
RGB Variations
Color information
#0BCEFD (or 0x0BCEFD) is known color: Deep Sky Blue. HEX triplet: 0B, CE and FD. RGB value is (11,206,253). Sum of RGB (Red+Green+Blue) = 11+206+253=470 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.34% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BCEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCEFD is #F43102. Grayscale: #989898. Windows color (decimal): -16003331 or 16633355. OLE color: 16633355.
HSL color Cylindrical-coordinate representation of color #0BCEFD: hue angle of 191.65º 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 #0BCEFD is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 206 | 253 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.01 |
| HSL | 191.65º | 0.98% | 0.52% | - |
| HSV(B) | 191.65º | 0.96% | 0.99% | - |
| XYZ | 39.94 | 51.31 | 100.73 | - |
| YUV | 153.05 | 184.4 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 253 | 0.96 | 0.19 | 0 | 0.01 | 191.65 | 0.98 | 0.52 |
| Hex | B | CE | FD | 60 | 13 | 0 | 1 | C0 | 62 | 34 |
| Octal | 13 | 316 | 375 | 140 | 23 | 0 | 1 | 300 | 142 | 64 |
| Binary | 1011 | 11001110 | 11111101 | 1100000 | 10011 | 0 | 1 | 11000000 | 1100010 | 110100 |
Color Harmonies of #0BCEFD
Complementary color
Monochromatic Colors of #0BCEFD
Black with #0BCEFD
Text Example
Text Example
White with #0BCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCEFD; }
p { color: rgb(11,206,253); }
H1.HeaderClassName
{
color: #0BCEFD;
}
.AnyTagClassName
{
color: #0BCEFD;
}
</style>
background-color css
<style>
a { background-color: #0BCEFD; }
a { background-color: rgb(11,206,253); }
div.DivClassName
{
background-color: #0BCEFD;
}
.BgClassName
{
background-color: #0BCEFD;
}
</style>
border-color css
<style>
span { border-color: #0BCEFD; }
span { border-color: rgb(11,206,253); }
td.TdClassName
{
border-color: #0BCEFD;
}
.TagClassName
{
border-color: #0BCEFD;
}
</style>