Shades of Deep Sky Blue #0ECBFE
Tints of Deep Sky Blue #0ECBFE
RGB
CMYK
RGB Variations
Color information
#0ECBFE (or 0x0ECBFE) is known color: Deep Sky Blue. HEX triplet: 0E, CB and FE. RGB value is (14,203,254). Sum of RGB (Red+Green+Blue) = 14+203+254=471 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ECBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECBFE is #F13401. Grayscale: #979797. Windows color (decimal): -15807490 or 16698126. OLE color: 16698126.
HSL color Cylindrical-coordinate representation of color #0ECBFE: hue angle of 192.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 #0ECBFE is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 203 | 254 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.00 |
| HSL | 192.75º | 0.99% | 0.53% | - |
| HSV(B) | 192.75º | 0.94% | 1% | - |
| XYZ | 39.43 | 49.96 | 101.33 | - |
| YUV | 152.3 | 185.38 | 29.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 254 | 0.94 | 0.20 | 0 | 0.00 | 192.75 | 0.99 | 0.53 |
| Hex | E | CB | FE | 5E | 14 | 0 | 0 | C1 | 63 | 35 |
| Octal | 16 | 313 | 376 | 136 | 24 | 0 | 0 | 301 | 143 | 65 |
| Binary | 1110 | 11001011 | 11111110 | 1011110 | 10100 | 0 | 0 | 11000001 | 1100011 | 110101 |
Color Harmonies of #0ECBFE
Complementary color
Monochromatic Colors of #0ECBFE
Black with #0ECBFE
Text Example
Text Example
White with #0ECBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECBFE; }
p { color: rgb(14,203,254); }
H1.HeaderClassName
{
color: #0ECBFE;
}
.AnyTagClassName
{
color: #0ECBFE;
}
</style>
background-color css
<style>
a { background-color: #0ECBFE; }
a { background-color: rgb(14,203,254); }
div.DivClassName
{
background-color: #0ECBFE;
}
.BgClassName
{
background-color: #0ECBFE;
}
</style>
border-color css
<style>
span { border-color: #0ECBFE; }
span { border-color: rgb(14,203,254); }
td.TdClassName
{
border-color: #0ECBFE;
}
.TagClassName
{
border-color: #0ECBFE;
}
</style>