Html Css Color HEX #0ECDEC Deep Sky Blue

📋 copy color: '#0ECDEC'

red 14 ◦ green 205 ◦ blue 236

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

Shades of Deep Sky Blue #0ECDEC

Tints of Deep Sky Blue #0ECDEC

RGB

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

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

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

R = 3.08%
G = 45.05%
B = 51.87%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0ECDEC (or 0x0ECDEC) is known color: Deep Sky Blue. HEX triplet: 0E, CD and EC. RGB value is (14,205,236). Sum of RGB (Red+Green+Blue) = 14+205+236=455 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ECDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECDEC is #F13213. Grayscale: #979797. Windows color (decimal): -15806996 or 15518990. OLE color: 15518990.

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

Color convert

RGB 14 205 236 -
CMYK 0.94 0.13 0 0.07
HSL 188.38º 0.89% 0.49% -
HSV(B) 188.38º 0.94% 0.93% -
XYZ 37.15 49.81 87.01 -
YUV 151.43 175.72 29.98 -
System Red Green Blue C M Y K H S L
Decimal 14 205 236 0.94 0.13 0 0.07 188.38 0.89 0.49
Hex E CD EC 5E D 0 7 BC 59 31
Octal 16 315 354 136 15 0 7 274 131 61
Binary 1110 11001101 11101100 1011110 1101 0 111 10111100 1011001 110001

Color Harmonies of #0ECDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECDEC

Black with #0ECDEC

Text Example


Text Example

White with #0ECDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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