Html Css Color HEX #0ED2FF Deep Sky Blue

📋 copy color: '#0ED2FF'

red 14 ◦ green 210 ◦ blue 255

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

Shades of Deep Sky Blue #0ED2FF

Tints of Deep Sky Blue #0ED2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 2.92%
G = 43.84%
B = 53.24%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0ED2FF (or 0x0ED2FF) is known color: Deep Sky Blue. HEX triplet: 0E, D2 and FF. RGB value is (14,210,255). Sum of RGB (Red+Green+Blue) = 14+210+255=479 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.92% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ED2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ED2FF is #F12D00. Grayscale: #9C9C9C. Windows color (decimal): -15805697 or 16765454. OLE color: 16765454.

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

Color convert

RGB 14 210 255 -
CMYK 0.95 0.18 0 0
HSL 191.2º 1% 0.53% -
HSV(B) 191.2º 0.95% 1% -
XYZ 41.28 53.41 102.74 -
YUV 156.53 183.57 26.34 -
System Red Green Blue C M Y K H S L
Decimal 14 210 255 0.95 0.18 0 0 191.2 1 0.53
Hex E D2 FF 5F 12 0 0 BF 64 35
Octal 16 322 377 137 22 0 0 277 144 65
Binary 1110 11010010 11111111 1011111 10010 0 0 10111111 1100100 110101

Color Harmonies of #0ED2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED2FF

Black with #0ED2FF

Text Example


Text Example

White with #0ED2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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