Html Css Color HEX #2EADC7 Summer Sky

📋 copy color: '#2EADC7'

red 46 ◦ green 173 ◦ blue 199

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

Shades of Summer Sky #2EADC7

Tints of Summer Sky #2EADC7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.39%

 BLUE value IS 199 (78.13% from 255) = 47.61%

R = 11%
G = 41.39%
B = 47.61%

CMYK

 C value IS 0.77

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2EADC7 (or 0x2EADC7) is known color: Summer Sky. HEX triplet: 2E, AD and C7. RGB value is (46,173,199). Sum of RGB (Red+Green+Blue) = 46+173+199=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 199 (78.12% from 255 or 47.61% from 418); Max value from RGB is 199 - color contains mainly: blue. Hex color #2EADC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADC7 is #D15238. Grayscale: #898989. Windows color (decimal): -13718073 or 13085998. OLE color: 13085998.

HSL color Cylindrical-coordinate representation of color #2EADC7: hue angle of 190.2º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EADC7 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 173 199 -
CMYK 0.77 0.13 0 0.22
HSL 190.2º 0.62% 0.48% -
HSV(B) 190.2º 0.77% 0.78% -
XYZ 26.38 34.59 59.32 -
YUV 137.99 162.42 62.39 -
System Red Green Blue C M Y K H S L
Decimal 46 173 199 0.77 0.13 0 0.22 190.2 0.62 0.48
Hex 2E AD C7 4D D 0 16 BE 3E 30
Octal 56 255 307 115 15 0 26 276 76 60
Binary 101110 10101101 11000111 1001101 1101 0 10110 10111110 111110 110000

Color Harmonies of #2EADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EADC7

Black with #2EADC7

Text Example


Text Example

White with #2EADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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