Html Css Color HEX #2EAACA Summer Sky

📋 copy color: '#2EAACA'

red 46 ◦ green 170 ◦ blue 202

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

Shades of Summer Sky #2EAACA

Tints of Summer Sky #2EAACA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.67%

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

R = 11%
G = 40.67%
B = 48.33%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2EAACA (or 0x2EAACA) is known color: Summer Sky. HEX triplet: 2E, AA and CA. RGB value is (46,170,202). Sum of RGB (Red+Green+Blue) = 46+170+202=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EAACA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAACA is #D15535. Grayscale: #888888. Windows color (decimal): -13718838 or 13281838. OLE color: 13281838.

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

Color convert

RGB 46 170 202 -
CMYK 0.77 0.16 0 0.21
HSL 192.31º 0.63% 0.49% -
HSV(B) 192.31º 0.77% 0.79% -
XYZ 26.16 33.59 60.98 -
YUV 136.57 164.92 63.4 -
System Red Green Blue C M Y K H S L
Decimal 46 170 202 0.77 0.16 0 0.21 192.31 0.63 0.49
Hex 2E AA CA 4D 10 0 15 C0 3F 31
Octal 56 252 312 115 20 0 25 300 77 61
Binary 101110 10101010 11001010 1001101 10000 0 10101 11000000 111111 110001

Color Harmonies of #2EAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAACA

Black with #2EAACA

Text Example


Text Example

White with #2EAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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