Html Css Color HEX #2EABCE Summer Sky

📋 copy color: '#2EABCE'

red 46 ◦ green 171 ◦ blue 206

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

Shades of Summer Sky #2EABCE

Tints of Summer Sky #2EABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

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

R = 10.87%
G = 40.43%
B = 48.7%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EABCE (or 0x2EABCE) is known color: Summer Sky. HEX triplet: 2E, AB and CE. RGB value is (46,171,206). Sum of RGB (Red+Green+Blue) = 46+171+206=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABCE is #D15431. Grayscale: #898989. Windows color (decimal): -13718578 or 13544238. OLE color: 13544238.

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

Color convert

RGB 46 171 206 -
CMYK 0.78 0.17 0 0.19
HSL 193.13º 0.63% 0.49% -
HSV(B) 193.13º 0.78% 0.81% -
XYZ 26.83 34.16 63.57 -
YUV 137.62 166.59 62.65 -
System Red Green Blue C M Y K H S L
Decimal 46 171 206 0.78 0.17 0 0.19 193.13 0.63 0.49
Hex 2E AB CE 4E 11 0 13 C1 3F 31
Octal 56 253 316 116 21 0 23 301 77 61
Binary 101110 10101011 11001110 1001110 10001 0 10011 11000001 111111 110001

Color Harmonies of #2EABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABCE

Black with #2EABCE

Text Example


Text Example

White with #2EABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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