Shades of Deep Sky Blue #0BC0FE
Tints of Deep Sky Blue #0BC0FE
RGB
CMYK
RGB Variations
Color information
#0BC0FE (or 0x0BC0FE) is known color: Deep Sky Blue. HEX triplet: 0B, C0 and FE. RGB value is (11,192,254). Sum of RGB (Red+Green+Blue) = 11+192+254=457 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BC0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC0FE is #F43F01. Grayscale: #909090. Windows color (decimal): -16006914 or 16695307. OLE color: 16695307.
HSL color Cylindrical-coordinate representation of color #0BC0FE: hue angle of 195.31º 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 #0BC0FE is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 192 | 254 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.00 |
| HSL | 195.31º | 0.99% | 0.52% | - |
| HSV(B) | 195.31º | 0.96% | 1% | - |
| XYZ | 36.88 | 44.93 | 100.49 | - |
| YUV | 144.95 | 189.53 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 254 | 0.96 | 0.24 | 0 | 0.00 | 195.31 | 0.99 | 0.52 |
| Hex | B | C0 | FE | 60 | 18 | 0 | 0 | C3 | 63 | 34 |
| Octal | 13 | 300 | 376 | 140 | 30 | 0 | 0 | 303 | 143 | 64 |
| Binary | 1011 | 11000000 | 11111110 | 1100000 | 11000 | 0 | 0 | 11000011 | 1100011 | 110100 |
Color Harmonies of #0BC0FE
Complementary color
Monochromatic Colors of #0BC0FE
Black with #0BC0FE
Text Example
Text Example
White with #0BC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC0FE; }
p { color: rgb(11,192,254); }
H1.HeaderClassName
{
color: #0BC0FE;
}
.AnyTagClassName
{
color: #0BC0FE;
}
</style>
background-color css
<style>
a { background-color: #0BC0FE; }
a { background-color: rgb(11,192,254); }
div.DivClassName
{
background-color: #0BC0FE;
}
.BgClassName
{
background-color: #0BC0FE;
}
</style>
border-color css
<style>
span { border-color: #0BC0FE; }
span { border-color: rgb(11,192,254); }
td.TdClassName
{
border-color: #0BC0FE;
}
.TagClassName
{
border-color: #0BC0FE;
}
</style>