Html Css Color HEX #2EC7DE Summer Sky

📋 copy color: '#2EC7DE'

red 46 ◦ green 199 ◦ blue 222

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

Shades of Summer Sky #2EC7DE

Tints of Summer Sky #2EC7DE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.61%

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 9.85%
G = 42.61%
B = 47.54%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EC7DE (or 0x2EC7DE) is known color: Summer Sky. HEX triplet: 2E, C7 and DE. RGB value is (46,199,222). Sum of RGB (Red+Green+Blue) = 46+199+222=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #2EC7DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC7DE is #D13821. Grayscale: #9B9B9B. Windows color (decimal): -13711394 or 14599982. OLE color: 14599982.

HSL color Cylindrical-coordinate representation of color #2EC7DE: hue angle of 187.84º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EC7DE is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 199 222 -
CMYK 0.79 0.10 0 0.13
HSL 187.84º 0.73% 0.53% -
HSV(B) 187.84º 0.79% 0.87% -
XYZ 34.73 46.7 76.29 -
YUV 155.88 165.31 49.63 -
System Red Green Blue C M Y K H S L
Decimal 46 199 222 0.79 0.10 0 0.13 187.84 0.73 0.53
Hex 2E C7 DE 4F A 0 D BC 49 35
Octal 56 307 336 117 12 0 15 274 111 65
Binary 101110 11000111 11011110 1001111 1010 0 1101 10111100 1001001 110101

Color Harmonies of #2EC7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC7DE

Black with #2EC7DE

Text Example


Text Example

White with #2EC7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,199,222); }

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

background-color css

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

 a { background-color: rgb(46,199,222); }

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

border-color css

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

 span { border-color: rgb(46,199,222); }

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