#0ECAEC

Color #0ECAEC Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #0ECAEC

Tints of Deep Sky Blue #0ECAEC

Color information

#0ECAEC (or 0x0ECAEC) is unknown color: approx Deep Sky Blue. HEX triplet: 0E, CA and EC. RGB value is (14,202,236). Sum of RGB (Red+Green+Blue) = 14+202+236=452 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ECAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECAEC is #F13513. Grayscale: #959595. Windows color (decimal): -15807764 or 15518222. OLE color: 15518222.

HSL color Cylindrical-coordinate representation of color #0ECAEC: hue angle of 189.19º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECAEC is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14202236-
CMYK0.940.1400.07
HSL189.19º88.8%49.02%-
HSV(B)189.19º94.07%92.55%-
XYZ36.4448.3986.78-
YUV149.66176.7231.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 3.10%
GREEN value IS 202 (79.30% from 255) = 44.69%
BLUE value IS 236 (92.58% from 255) = 52.21%
R=3.10%
G=44.69%
B=52.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142022360.940.1400.07189.1988.849.02
HexECAEC5EE07bd5931
Octal16312354136160727513161
Binary11101100101011101100101111011100111101111011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ECAEC; }

 p { color: rgb(14,202,236); }

 H1.HeaderClassName
 {
   color: #0ECAEC;
 }
 .AnyTagClassName
 {
   color: #0ECAEC;
 }
</style>
background-color css

<style>
 a { background-color: #0ECAEC; }

 a { background-color: rgb(14,202,236); }

 div.DivClassName
 {
   background-color: #0ECAEC;
 }
 .BgClassName
 {
   background-color: #0ECAEC;
 }
</style>
border-color css

<style>
 span { border-color: #0ECAEC; }

 span { border-color: rgb(14,202,236); }

 td.TdClassName
 {
   border-color: #0ECAEC;
 }
 .TagClassName
 {
   border-color: #0ECAEC;
 }
</style>