Html Css Color HEX #0ED1EE Deep Sky Blue

📋 copy color: '#0ED1EE'

red 14 ◦ green 209 ◦ blue 238

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

Shades of Deep Sky Blue #0ED1EE

Tints of Deep Sky Blue #0ED1EE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.34%

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

R = 3.04%
G = 45.34%
B = 51.63%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0ED1EE (or 0x0ED1EE) is known color: Deep Sky Blue. HEX triplet: 0E, D1 and EE. RGB value is (14,209,238). Sum of RGB (Red+Green+Blue) = 14+209+238=461 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.04% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #0ED1EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED1EE is #F12E11. Grayscale: #999999. Windows color (decimal): -15805970 or 15651086. OLE color: 15651086.

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

Color convert

RGB 14 209 238 -
CMYK 0.94 0.12 0 0.07
HSL 187.77º 0.89% 0.49% -
HSV(B) 187.77º 0.94% 0.93% -
XYZ 38.41 51.87 88.88 -
YUV 154 175.4 28.14 -
System Red Green Blue C M Y K H S L
Decimal 14 209 238 0.94 0.12 0 0.07 187.77 0.89 0.49
Hex E D1 EE 5E C 0 7 BC 59 31
Octal 16 321 356 136 14 0 7 274 131 61
Binary 1110 11010001 11101110 1011110 1100 0 111 10111100 1011001 110001

Color Harmonies of #0ED1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED1EE

Black with #0ED1EE

Text Example


Text Example

White with #0ED1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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