Shades of Deep Sky Blue #0EBBFE
Tints of Deep Sky Blue #0EBBFE
RGB
CMYK
RGB Variations
Color information
#0EBBFE (or 0x0EBBFE) is known color: Deep Sky Blue. HEX triplet: 0E, BB and FE. RGB value is (14,187,254). Sum of RGB (Red+Green+Blue) = 14+187+254=455 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #0EBBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0EBBFE is #F14401. Grayscale: #8E8E8E. Windows color (decimal): -15811586 or 16694030. OLE color: 16694030.
HSL color Cylindrical-coordinate representation of color #0EBBFE: hue angle of 196.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EBBFE is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 187 | 254 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.00 |
| HSL | 196.75º | 0.99% | 0.53% | - |
| HSV(B) | 196.75º | 0.94% | 1% | - |
| XYZ | 35.84 | 42.79 | 100.14 | - |
| YUV | 142.91 | 190.69 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 254 | 0.94 | 0.26 | 0 | 0.00 | 196.75 | 0.99 | 0.53 |
| Hex | E | BB | FE | 5E | 1A | 0 | 0 | C5 | 63 | 35 |
| Octal | 16 | 273 | 376 | 136 | 32 | 0 | 0 | 305 | 143 | 65 |
| Binary | 1110 | 10111011 | 11111110 | 1011110 | 11010 | 0 | 0 | 11000101 | 1100011 | 110101 |
Color Harmonies of #0EBBFE
Complementary color
Monochromatic Colors of #0EBBFE
Black with #0EBBFE
Text Example
Text Example
White with #0EBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBBFE; }
p { color: rgb(14,187,254); }
H1.HeaderClassName
{
color: #0EBBFE;
}
.AnyTagClassName
{
color: #0EBBFE;
}
</style>
background-color css
<style>
a { background-color: #0EBBFE; }
a { background-color: rgb(14,187,254); }
div.DivClassName
{
background-color: #0EBBFE;
}
.BgClassName
{
background-color: #0EBBFE;
}
</style>
border-color css
<style>
span { border-color: #0EBBFE; }
span { border-color: rgb(14,187,254); }
td.TdClassName
{
border-color: #0EBBFE;
}
.TagClassName
{
border-color: #0EBBFE;
}
</style>