Html Css Color HEX #0ECDEE Deep Sky Blue

📋 copy color: '#0ECDEE'

red 14 ◦ green 205 ◦ blue 238

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

Shades of Deep Sky Blue #0ECDEE

Tints of Deep Sky Blue #0ECDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 3.06%
G = 44.86%
B = 52.08%

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

#0ECDEE (or 0x0ECDEE) is known color: Deep Sky Blue. HEX triplet: 0E, CD and EE. RGB value is (14,205,238). Sum of RGB (Red+Green+Blue) = 14+205+238=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #0ECDEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECDEE is #F13211. Grayscale: #979797. Windows color (decimal): -15806994 or 15650062. OLE color: 15650062.

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

Color convert

RGB 14 205 238 -
CMYK 0.94 0.14 0 0.07
HSL 188.84º 0.89% 0.49% -
HSV(B) 188.84º 0.94% 0.93% -
XYZ 37.45 49.93 88.55 -
YUV 151.65 176.72 29.82 -
System Red Green Blue C M Y K H S L
Decimal 14 205 238 0.94 0.14 0 0.07 188.84 0.89 0.49
Hex E CD EE 5E E 0 7 BD 59 31
Octal 16 315 356 136 16 0 7 275 131 61
Binary 1110 11001101 11101110 1011110 1110 0 111 10111101 1011001 110001

Color Harmonies of #0ECDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECDEE

Black with #0ECDEE

Text Example


Text Example

White with #0ECDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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