Html Css Color HEX #0ED2FE Deep Sky Blue

📋 copy color: '#0ED2FE'

red 14 ◦ green 210 ◦ blue 254

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

Shades of Deep Sky Blue #0ED2FE

Tints of Deep Sky Blue #0ED2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.93%

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 2.93%
G = 43.93%
B = 53.14%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0ED2FE (or 0x0ED2FE) is known color: Deep Sky Blue. HEX triplet: 0E, D2 and FE. RGB value is (14,210,254). Sum of RGB (Red+Green+Blue) = 14+210+254=478 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.93% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ED2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED2FE is #F12D01. Grayscale: #9C9C9C. Windows color (decimal): -15805698 or 16699918. OLE color: 16699918.

HSL color Cylindrical-coordinate representation of color #0ED2FE: hue angle of 191º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED2FE is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 210 254 -
CMYK 0.94 0.17 0 0.00
HSL 191º 0.99% 0.53% -
HSV(B) 191º 0.94% 1% -
XYZ 41.12 53.34 101.89 -
YUV 156.41 183.07 26.42 -
System Red Green Blue C M Y K H S L
Decimal 14 210 254 0.94 0.17 0 0.00 191 0.99 0.53
Hex E D2 FE 5E 11 0 0 BF 63 35
Octal 16 322 376 136 21 0 0 277 143 65
Binary 1110 11010010 11111110 1011110 10001 0 0 10111111 1100011 110101

Color Harmonies of #0ED2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED2FE

Black with #0ED2FE

Text Example


Text Example

White with #0ED2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,210,254); }

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

background-color css

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

 a { background-color: rgb(14,210,254); }

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

border-color css

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

 span { border-color: rgb(14,210,254); }

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