Html Css Color HEX #2EADCA Summer Sky

📋 copy color: '#2EADCA'

red 46 ◦ green 173 ◦ blue 202

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

Shades of Summer Sky #2EADCA

Tints of Summer Sky #2EADCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.98%

R = 10.93%
G = 41.09%
B = 47.98%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2EADCA (or 0x2EADCA) is known color: Summer Sky. HEX triplet: 2E, AD and CA. RGB value is (46,173,202). Sum of RGB (Red+Green+Blue) = 46+173+202=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EADCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADCA is #D15235. Grayscale: #8A8A8A. Windows color (decimal): -13718070 or 13282606. OLE color: 13282606.

HSL color Cylindrical-coordinate representation of color #2EADCA: hue angle of 191.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EADCA is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 173 202 -
CMYK 0.77 0.14 0 0.21
HSL 191.15º 0.63% 0.49% -
HSV(B) 191.15º 0.77% 0.79% -
XYZ 26.73 34.73 61.17 -
YUV 138.33 163.92 62.14 -
System Red Green Blue C M Y K H S L
Decimal 46 173 202 0.77 0.14 0 0.21 191.15 0.63 0.49
Hex 2E AD CA 4D E 0 15 BF 3F 31
Octal 56 255 312 115 16 0 25 277 77 61
Binary 101110 10101101 11001010 1001101 1110 0 10101 10111111 111111 110001

Color Harmonies of #2EADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EADCA

Black with #2EADCA

Text Example


Text Example

White with #2EADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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