Shades of Deep Sky Blue #0BCDFE
Tints of Deep Sky Blue #0BCDFE
RGB
CMYK
RGB Variations
Color information
#0BCDFE (or 0x0BCDFE) is known color: Deep Sky Blue. HEX triplet: 0B, CD and FE. RGB value is (11,205,254). Sum of RGB (Red+Green+Blue) = 11+205+254=470 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.34% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BCDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCDFE is #F43201. Grayscale: #989898. Windows color (decimal): -16003586 or 16698635. OLE color: 16698635.
HSL color Cylindrical-coordinate representation of color #0BCDFE: hue angle of 192.1º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BCDFE is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 205 | 254 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.00 |
| HSL | 192.1º | 0.99% | 0.52% | - |
| HSV(B) | 192.1º | 0.96% | 1% | - |
| XYZ | 39.86 | 50.89 | 101.49 | - |
| YUV | 152.58 | 185.23 | 27.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 205 | 254 | 0.96 | 0.19 | 0 | 0.00 | 192.1 | 0.99 | 0.52 |
| Hex | B | CD | FE | 60 | 13 | 0 | 0 | C0 | 63 | 34 |
| Octal | 13 | 315 | 376 | 140 | 23 | 0 | 0 | 300 | 143 | 64 |
| Binary | 1011 | 11001101 | 11111110 | 1100000 | 10011 | 0 | 0 | 11000000 | 1100011 | 110100 |
Color Harmonies of #0BCDFE
Complementary color
Monochromatic Colors of #0BCDFE
Black with #0BCDFE
Text Example
Text Example
White with #0BCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCDFE; }
p { color: rgb(11,205,254); }
H1.HeaderClassName
{
color: #0BCDFE;
}
.AnyTagClassName
{
color: #0BCDFE;
}
</style>
background-color css
<style>
a { background-color: #0BCDFE; }
a { background-color: rgb(11,205,254); }
div.DivClassName
{
background-color: #0BCDFE;
}
.BgClassName
{
background-color: #0BCDFE;
}
</style>
border-color css
<style>
span { border-color: #0BCDFE; }
span { border-color: rgb(11,205,254); }
td.TdClassName
{
border-color: #0BCDFE;
}
.TagClassName
{
border-color: #0BCDFE;
}
</style>