Html Css Color HEX #0ECDED Deep Sky Blue

📋 copy color: '#0ECDED'

red 14 ◦ green 205 ◦ blue 237

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

Shades of Deep Sky Blue #0ECDED

Tints of Deep Sky Blue #0ECDED

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

 BLUE value IS 237 (92.97% from 255) = 51.97%

R = 3.07%
G = 44.96%
B = 51.97%

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

#0ECDED (or 0x0ECDED) is known color: Deep Sky Blue. HEX triplet: 0E, CD and ED. RGB value is (14,205,237). Sum of RGB (Red+Green+Blue) = 14+205+237=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #0ECDED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECDED is #F13212. Grayscale: #979797. Windows color (decimal): -15806995 or 15584526. OLE color: 15584526.

HSL color Cylindrical-coordinate representation of color #0ECDED: hue angle of 188.61º 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 #0ECDED is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 14 205 237 -
CMYK 0.94 0.14 0 0.07
HSL 188.61º 0.89% 0.49% -
HSV(B) 188.61º 0.94% 0.93% -
XYZ 37.3 49.87 87.78 -
YUV 151.54 176.22 29.9 -
System Red Green Blue C M Y K H S L
Decimal 14 205 237 0.94 0.14 0 0.07 188.61 0.89 0.49
Hex E CD ED 5E E 0 7 BD 59 31
Octal 16 315 355 136 16 0 7 275 131 61
Binary 1110 11001101 11101101 1011110 1110 0 111 10111101 1011001 110001

Color Harmonies of #0ECDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECDED

Black with #0ECDED

Text Example


Text Example

White with #0ECDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,205,237); }

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

background-color css

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

 a { background-color: rgb(14,205,237); }

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

border-color css

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

 span { border-color: rgb(14,205,237); }

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