Html Css Color HEX #2EA9CE Summer Sky

📋 copy color: '#2EA9CE'

red 46 ◦ green 169 ◦ blue 206

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

Shades of Summer Sky #2EA9CE

Tints of Summer Sky #2EA9CE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.14%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 10.93%
G = 40.14%
B = 48.93%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EA9CE (or 0x2EA9CE) is known color: Summer Sky. HEX triplet: 2E, A9 and CE. RGB value is (46,169,206). Sum of RGB (Red+Green+Blue) = 46+169+206=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EA9CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA9CE is #D15631. Grayscale: #888888. Windows color (decimal): -13719090 or 13543726. OLE color: 13543726.

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

Color convert

RGB 46 169 206 -
CMYK 0.78 0.18 0 0.19
HSL 193.88º 0.63% 0.49% -
HSV(B) 193.88º 0.78% 0.81% -
XYZ 26.46 33.41 63.45 -
YUV 136.44 167.25 63.49 -
System Red Green Blue C M Y K H S L
Decimal 46 169 206 0.78 0.18 0 0.19 193.88 0.63 0.49
Hex 2E A9 CE 4E 12 0 13 C2 3F 31
Octal 56 251 316 116 22 0 23 302 77 61
Binary 101110 10101001 11001110 1001110 10010 0 10011 11000010 111111 110001

Color Harmonies of #2EA9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA9CE

Black with #2EA9CE

Text Example


Text Example

White with #2EA9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,169,206); }

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

background-color css

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

 a { background-color: rgb(46,169,206); }

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

border-color css

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

 span { border-color: rgb(46,169,206); }

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