Html Css Color HEX #0ECAEC Deep Sky Blue

📋 copy color: '#0ECAEC'

red 14 ◦ green 202 ◦ blue 236

#0ECAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #0ECAEC

Tints of Deep Sky Blue #0ECAEC

RGB

 RED value IS 14 (5.86% from 255) = 3.1%

 GREEN value IS 202 (79.3% from 255) = 44.69%

 BLUE value IS 236 (92.58% from 255) = 52.21%

R = 3.1%
G = 44.69%
B = 52.21%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0ECAEC (or 0x0ECAEC) is known color: 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

RGB 14 202 236 -
CMYK 0.94 0.14 0 0.07
HSL 189.19º 0.89% 0.49% -
HSV(B) 189.19º 0.94% 0.93% -
XYZ 36.44 48.39 86.78 -
YUV 149.66 176.72 31.24 -
System Red Green Blue C M Y K H S L
Decimal 14 202 236 0.94 0.14 0 0.07 189.19 0.89 0.49
Hex E CA EC 5E E 0 7 BD 59 31
Octal 16 312 354 136 16 0 7 275 131 61
Binary 1110 11001010 11101100 1011110 1110 0 111 10111101 1011001 110001

Color Harmonies of #0ECAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECAEC

Black with #0ECAEC

Text Example


Text Example

White with #0ECAEC

Text Example


Text Example

HTML Codes & Css Web 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>