Shades of Deep Sky Blue #0BCBFE
Tints of Deep Sky Blue #0BCBFE
RGB
CMYK
RGB Variations
Color information
#0BCBFE (or 0x0BCBFE) is known color: Deep Sky Blue. HEX triplet: 0B, CB and FE. RGB value is (11,203,254). Sum of RGB (Red+Green+Blue) = 11+203+254=468 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BCBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCBFE is #F43401. Grayscale: #979797. Windows color (decimal): -16004098 or 16698123. OLE color: 16698123.
HSL color Cylindrical-coordinate representation of color #0BCBFE: hue angle of 192.59º 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 #0BCBFE is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 203 | 254 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.00 |
| HSL | 192.59º | 0.99% | 0.52% | - |
| HSV(B) | 192.59º | 0.96% | 1% | - |
| XYZ | 39.38 | 49.94 | 101.33 | - |
| YUV | 151.41 | 185.89 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 203 | 254 | 0.96 | 0.20 | 0 | 0.00 | 192.59 | 0.99 | 0.52 |
| Hex | B | CB | FE | 60 | 14 | 0 | 0 | C1 | 63 | 34 |
| Octal | 13 | 313 | 376 | 140 | 24 | 0 | 0 | 301 | 143 | 64 |
| Binary | 1011 | 11001011 | 11111110 | 1100000 | 10100 | 0 | 0 | 11000001 | 1100011 | 110100 |
Color Harmonies of #0BCBFE
Complementary color
Monochromatic Colors of #0BCBFE
Black with #0BCBFE
Text Example
Text Example
White with #0BCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCBFE; }
p { color: rgb(11,203,254); }
H1.HeaderClassName
{
color: #0BCBFE;
}
.AnyTagClassName
{
color: #0BCBFE;
}
</style>
background-color css
<style>
a { background-color: #0BCBFE; }
a { background-color: rgb(11,203,254); }
div.DivClassName
{
background-color: #0BCBFE;
}
.BgClassName
{
background-color: #0BCBFE;
}
</style>
border-color css
<style>
span { border-color: #0BCBFE; }
span { border-color: rgb(11,203,254); }
td.TdClassName
{
border-color: #0BCBFE;
}
.TagClassName
{
border-color: #0BCBFE;
}
</style>