Html Css Color HEX #2EACCA Summer Sky

📋 copy color: '#2EACCA'

red 46 ◦ green 172 ◦ blue 202

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

Shades of Summer Sky #2EACCA

Tints of Summer Sky #2EACCA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

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

R = 10.95%
G = 40.95%
B = 48.1%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2EACCA (or 0x2EACCA) is known color: Summer Sky. HEX triplet: 2E, AC and CA. RGB value is (46,172,202). Sum of RGB (Red+Green+Blue) = 46+172+202=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EACCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EACCA is #D15335. Grayscale: #898989. Windows color (decimal): -13718326 or 13282350. OLE color: 13282350.

HSL color Cylindrical-coordinate representation of color #2EACCA: hue angle of 191.54º 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 #2EACCA is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 172 202 -
CMYK 0.77 0.15 0 0.21
HSL 191.54º 0.63% 0.49% -
HSV(B) 191.54º 0.77% 0.79% -
XYZ 26.54 34.35 61.11 -
YUV 137.75 164.26 62.56 -
System Red Green Blue C M Y K H S L
Decimal 46 172 202 0.77 0.15 0 0.21 191.54 0.63 0.49
Hex 2E AC CA 4D F 0 15 C0 3F 31
Octal 56 254 312 115 17 0 25 300 77 61
Binary 101110 10101100 11001010 1001101 1111 0 10101 11000000 111111 110001

Color Harmonies of #2EACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EACCA

Black with #2EACCA

Text Example


Text Example

White with #2EACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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