Html Css Color HEX #2EAAC9 Summer Sky

📋 copy color: '#2EAAC9'

red 46 ◦ green 170 ◦ blue 201

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

Shades of Summer Sky #2EAAC9

Tints of Summer Sky #2EAAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.2%

R = 11.03%
G = 40.77%
B = 48.2%

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

#2EAAC9 (or 0x2EAAC9) is known color: Summer Sky. HEX triplet: 2E, AA and C9. RGB value is (46,170,201). Sum of RGB (Red+Green+Blue) = 46+170+201=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #2EAAC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAAC9 is #D15536. Grayscale: #888888. Windows color (decimal): -13718839 or 13216302. OLE color: 13216302.

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

Color convert

RGB 46 170 201 -
CMYK 0.77 0.15 0 0.21
HSL 192º 0.63% 0.48% -
HSV(B) 192º 0.77% 0.79% -
XYZ 26.04 33.55 60.36 -
YUV 136.46 164.42 63.48 -
System Red Green Blue C M Y K H S L
Decimal 46 170 201 0.77 0.15 0 0.21 192 0.63 0.48
Hex 2E AA C9 4D F 0 15 C0 3F 30
Octal 56 252 311 115 17 0 25 300 77 60
Binary 101110 10101010 11001001 1001101 1111 0 10101 11000000 111111 110000

Color Harmonies of #2EAAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAAC9

Black with #2EAAC9

Text Example


Text Example

White with #2EAAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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