Shades of Deep Sky Blue #0ECAFF
Tints of Deep Sky Blue #0ECAFF
RGB
CMYK
RGB Variations
Color information
#0ECAFF (or 0x0ECAFF) is known color: Deep Sky Blue. HEX triplet: 0E, CA and FF. RGB value is (14,202,255). Sum of RGB (Red+Green+Blue) = 14+202+255=471 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.97% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ECAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECAFF is #F13500. Grayscale: #979797. Windows color (decimal): -15807745 or 16763406. OLE color: 16763406.
HSL color Cylindrical-coordinate representation of color #0ECAFF: hue angle of 193.2º 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 #0ECAFF is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 202 | 255 | - |
| CMYK | 0.95 | 0.21 | 0 | 0 |
| HSL | 193.2º | 1% | 0.53% | - |
| HSV(B) | 193.2º | 0.95% | 1% | - |
| XYZ | 39.35 | 49.55 | 102.1 | - |
| YUV | 151.83 | 186.22 | 29.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 255 | 0.95 | 0.21 | 0 | 0 | 193.2 | 1 | 0.53 |
| Hex | E | CA | FF | 5F | 15 | 0 | 0 | C1 | 64 | 35 |
| Octal | 16 | 312 | 377 | 137 | 25 | 0 | 0 | 301 | 144 | 65 |
| Binary | 1110 | 11001010 | 11111111 | 1011111 | 10101 | 0 | 0 | 11000001 | 1100100 | 110101 |
Color Harmonies of #0ECAFF
Complementary color
Monochromatic Colors of #0ECAFF
Black with #0ECAFF
Text Example
Text Example
White with #0ECAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECAFF; }
p { color: rgb(14,202,255); }
H1.HeaderClassName
{
color: #0ECAFF;
}
.AnyTagClassName
{
color: #0ECAFF;
}
</style>
background-color css
<style>
a { background-color: #0ECAFF; }
a { background-color: rgb(14,202,255); }
div.DivClassName
{
background-color: #0ECAFF;
}
.BgClassName
{
background-color: #0ECAFF;
}
</style>
border-color css
<style>
span { border-color: #0ECAFF; }
span { border-color: rgb(14,202,255); }
td.TdClassName
{
border-color: #0ECAFF;
}
.TagClassName
{
border-color: #0ECAFF;
}
</style>