Shades of Deep Sky Blue #0ECBFF
Tints of Deep Sky Blue #0ECBFF
RGB
CMYK
RGB Variations
Color information
#0ECBFF (or 0x0ECBFF) is known color: Deep Sky Blue. HEX triplet: 0E, CB and FF. RGB value is (14,203,255). Sum of RGB (Red+Green+Blue) = 14+203+255=472 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ECBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECBFF is #F13400. Grayscale: #989898. Windows color (decimal): -15807489 or 16763662. OLE color: 16763662.
HSL color Cylindrical-coordinate representation of color #0ECBFF: hue angle of 192.95º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ECBFF is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 203 | 255 | - |
| CMYK | 0.95 | 0.20 | 0 | 0 |
| HSL | 192.95º | 1% | 0.53% | - |
| HSV(B) | 192.95º | 0.95% | 1% | - |
| XYZ | 39.59 | 50.03 | 102.18 | - |
| YUV | 152.42 | 185.88 | 29.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 255 | 0.95 | 0.20 | 0 | 0 | 192.95 | 1 | 0.53 |
| Hex | E | CB | FF | 5F | 14 | 0 | 0 | C1 | 64 | 35 |
| Octal | 16 | 313 | 377 | 137 | 24 | 0 | 0 | 301 | 144 | 65 |
| Binary | 1110 | 11001011 | 11111111 | 1011111 | 10100 | 0 | 0 | 11000001 | 1100100 | 110101 |
Color Harmonies of #0ECBFF
Complementary color
Monochromatic Colors of #0ECBFF
Black with #0ECBFF
Text Example
Text Example
White with #0ECBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECBFF; }
p { color: rgb(14,203,255); }
H1.HeaderClassName
{
color: #0ECBFF;
}
.AnyTagClassName
{
color: #0ECBFF;
}
</style>
background-color css
<style>
a { background-color: #0ECBFF; }
a { background-color: rgb(14,203,255); }
div.DivClassName
{
background-color: #0ECBFF;
}
.BgClassName
{
background-color: #0ECBFF;
}
</style>
border-color css
<style>
span { border-color: #0ECBFF; }
span { border-color: rgb(14,203,255); }
td.TdClassName
{
border-color: #0ECBFF;
}
.TagClassName
{
border-color: #0ECBFF;
}
</style>