Html Css Color HEX #2EAACD Summer Sky

📋 copy color: '#2EAACD'

red 46 ◦ green 170 ◦ blue 205

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

Shades of Summer Sky #2EAACD

Tints of Summer Sky #2EAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 10.93%
G = 40.38%
B = 48.69%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2EAACD (or 0x2EAACD) is known color: Summer Sky. HEX triplet: 2E, AA and CD. RGB value is (46,170,205). Sum of RGB (Red+Green+Blue) = 46+170+205=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #2EAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAACD is #D15532. Grayscale: #888888. Windows color (decimal): -13718835 or 13478446. OLE color: 13478446.

HSL color Cylindrical-coordinate representation of color #2EAACD: hue angle of 193.21º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EAACD is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 170 205 -
CMYK 0.78 0.17 0 0.20
HSL 193.21º 0.63% 0.49% -
HSV(B) 193.21º 0.78% 0.8% -
XYZ 26.52 33.74 62.87 -
YUV 136.91 166.42 63.15 -
System Red Green Blue C M Y K H S L
Decimal 46 170 205 0.78 0.17 0 0.20 193.21 0.63 0.49
Hex 2E AA CD 4E 11 0 14 C1 3F 31
Octal 56 252 315 116 21 0 24 301 77 61
Binary 101110 10101010 11001101 1001110 10001 0 10100 11000001 111111 110001

Color Harmonies of #2EAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAACD

Black with #2EAACD

Text Example


Text Example

White with #2EAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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