Html Css Color HEX #2ED2EF Summer Sky

📋 copy color: '#2ED2EF'

red 46 ◦ green 210 ◦ blue 239

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

Shades of Summer Sky #2ED2EF

Tints of Summer Sky #2ED2EF

RGB

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

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

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

R = 9.29%
G = 42.42%
B = 48.28%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2ED2EF (or 0x2ED2EF) is known color: Summer Sky. HEX triplet: 2E, D2 and EF. RGB value is (46,210,239). Sum of RGB (Red+Green+Blue) = 46+210+239=495 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.29% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #2ED2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED2EF is #D12D10. Grayscale: #A3A3A3. Windows color (decimal): -13708561 or 15716910. OLE color: 15716910.

HSL color Cylindrical-coordinate representation of color #2ED2EF: hue angle of 189.02º 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 #2ED2EF is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 210 239 -
CMYK 0.81 0.12 0 0.06
HSL 189.02º 0.86% 0.56% -
HSV(B) 189.02º 0.81% 0.94% -
XYZ 39.75 52.91 89.78 -
YUV 164.27 170.17 43.64 -
System Red Green Blue C M Y K H S L
Decimal 46 210 239 0.81 0.12 0 0.06 189.02 0.86 0.56
Hex 2E D2 EF 51 C 0 6 BD 56 38
Octal 56 322 357 121 14 0 6 275 126 70
Binary 101110 11010010 11101111 1010001 1100 0 110 10111101 1010110 111000

Color Harmonies of #2ED2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED2EF

Black with #2ED2EF

Text Example


Text Example

White with #2ED2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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