Html Css Color HEX #2EAECD Summer Sky

📋 copy color: '#2EAECD'

red 46 ◦ green 174 ◦ blue 205

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

Shades of Summer Sky #2EAECD

Tints of Summer Sky #2EAECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.94%

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

R = 10.82%
G = 40.94%
B = 48.24%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2EAECD (or 0x2EAECD) is known color: Summer Sky. HEX triplet: 2E, AE and CD. RGB value is (46,174,205). Sum of RGB (Red+Green+Blue) = 46+174+205=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #2EAECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAECD is #D15132. Grayscale: #8B8B8B. Windows color (decimal): -13717811 or 13479470. OLE color: 13479470.

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

Color convert

RGB 46 174 205 -
CMYK 0.78 0.15 0 0.20
HSL 191.7º 0.63% 0.49% -
HSV(B) 191.7º 0.78% 0.8% -
XYZ 27.28 35.26 63.13 -
YUV 139.26 165.09 61.48 -
System Red Green Blue C M Y K H S L
Decimal 46 174 205 0.78 0.15 0 0.20 191.7 0.63 0.49
Hex 2E AE CD 4E F 0 14 C0 3F 31
Octal 56 256 315 116 17 0 24 300 77 61
Binary 101110 10101110 11001101 1001110 1111 0 10100 11000000 111111 110001

Color Harmonies of #2EAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAECD

Black with #2EAECD

Text Example


Text Example

White with #2EAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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