Html Css Color HEX #0ECAEB Deep Sky Blue

📋 copy color: '#0ECAEB'

red 14 ◦ green 202 ◦ blue 235

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

Shades of Deep Sky Blue #0ECAEB

Tints of Deep Sky Blue #0ECAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 3.1%
G = 44.79%
B = 52.11%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0ECAEB (or 0x0ECAEB) is known color: Deep Sky Blue. HEX triplet: 0E, CA and EB. RGB value is (14,202,235). Sum of RGB (Red+Green+Blue) = 14+202+235=451 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #0ECAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECAEB is #F13514. Grayscale: #959595. Windows color (decimal): -15807765 or 15452686. OLE color: 15452686.

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

Color convert

RGB 14 202 235 -
CMYK 0.94 0.14 0 0.08
HSL 188.96º 0.89% 0.49% -
HSV(B) 188.96º 0.94% 0.92% -
XYZ 36.3 48.33 86.01 -
YUV 149.55 176.22 31.32 -
System Red Green Blue C M Y K H S L
Decimal 14 202 235 0.94 0.14 0 0.08 188.96 0.89 0.49
Hex E CA EB 5E E 0 8 BD 59 31
Octal 16 312 353 136 16 0 10 275 131 61
Binary 1110 11001010 11101011 1011110 1110 0 1000 10111101 1011001 110001

Color Harmonies of #0ECAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECAEB

Black with #0ECAEB

Text Example


Text Example

White with #0ECAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ECAEB;
 }
 .AnyTagClassName
 {
   color: #0ECAEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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