Html Css Color HEX #2ED0EF Summer Sky

📋 copy color: '#2ED0EF'

red 46 ◦ green 208 ◦ blue 239

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

Shades of Summer Sky #2ED0EF

Tints of Summer Sky #2ED0EF

RGB

 RED value IS 46 (18.36% from 255) = 9.33%

 GREEN value IS 208 (81.64% from 255) = 42.19%

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 9.33%
G = 42.19%
B = 48.48%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2ED0EF (or 0x2ED0EF) is known color: Summer Sky. HEX triplet: 2E, D0 and EF. RGB value is (46,208,239). Sum of RGB (Red+Green+Blue) = 46+208+239=493 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.33% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ED0EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED0EF is #D12F10. Grayscale: #A2A2A2. Windows color (decimal): -13709073 or 15716398. OLE color: 15716398.

HSL color Cylindrical-coordinate representation of color #2ED0EF: hue angle of 189.64º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ED0EF is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 208 239 -
CMYK 0.81 0.13 0 0.06
HSL 189.64º 0.86% 0.56% -
HSV(B) 189.64º 0.81% 0.94% -
XYZ 39.26 51.92 89.61 -
YUV 163.1 170.83 44.48 -
System Red Green Blue C M Y K H S L
Decimal 46 208 239 0.81 0.13 0 0.06 189.64 0.86 0.56
Hex 2E D0 EF 51 D 0 6 BE 56 38
Octal 56 320 357 121 15 0 6 276 126 70
Binary 101110 11010000 11101111 1010001 1101 0 110 10111110 1010110 111000

Color Harmonies of #2ED0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED0EF

Black with #2ED0EF

Text Example


Text Example

White with #2ED0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ED0EF; }

 p { color: rgb(46,208,239); }

 H1.HeaderClassName
 {
   color: #2ED0EF;
 }
 .AnyTagClassName
 {
   color: #2ED0EF;
 }
</style>

background-color css

<style>
 a { background-color: #2ED0EF; }

 a { background-color: rgb(46,208,239); }

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

border-color css

<style>
 span { border-color: #2ED0EF; }

 span { border-color: rgb(46,208,239); }

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