Html Css Color HEX #2ED0EC Summer Sky

📋 copy color: '#2ED0EC'

red 46 ◦ green 208 ◦ blue 236

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

Shades of Summer Sky #2ED0EC

Tints of Summer Sky #2ED0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 9.39%
G = 42.45%
B = 48.16%

CMYK

 C value IS 0.81

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ED0EC (or 0x2ED0EC) is known color: Summer Sky. HEX triplet: 2E, D0 and EC. RGB value is (46,208,236). Sum of RGB (Red+Green+Blue) = 46+208+236=490 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.39% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #2ED0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ED0EC is #D12F13. Grayscale: #A2A2A2. Windows color (decimal): -13709076 or 15519790. OLE color: 15519790.

HSL color Cylindrical-coordinate representation of color #2ED0EC: hue angle of 188.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ED0EC is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 208 236 -
CMYK 0.81 0.12 0 0.07
HSL 188.84º 0.83% 0.55% -
HSV(B) 188.84º 0.81% 0.93% -
XYZ 38.82 51.75 87.3 -
YUV 162.75 169.33 44.72 -
System Red Green Blue C M Y K H S L
Decimal 46 208 236 0.81 0.12 0 0.07 188.84 0.83 0.55
Hex 2E D0 EC 51 C 0 7 BD 53 37
Octal 56 320 354 121 14 0 7 275 123 67
Binary 101110 11010000 11101100 1010001 1100 0 111 10111101 1010011 110111

Color Harmonies of #2ED0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED0EC

Black with #2ED0EC

Text Example


Text Example

White with #2ED0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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