Html Css Color HEX #2EADCE Summer Sky

📋 copy color: '#2EADCE'

red 46 ◦ green 173 ◦ blue 206

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

Shades of Summer Sky #2EADCE

Tints of Summer Sky #2EADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.71%

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

R = 10.82%
G = 40.71%
B = 48.47%

CMYK

 C value IS 0.78

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2EADCE (or 0x2EADCE) is known color: Summer Sky. HEX triplet: 2E, AD and CE. RGB value is (46,173,206). Sum of RGB (Red+Green+Blue) = 46+173+206=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EADCE is #D15231. Grayscale: #8A8A8A. Windows color (decimal): -13718066 or 13544750. OLE color: 13544750.

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

Color convert

RGB 46 173 206 -
CMYK 0.78 0.16 0 0.19
HSL 192.38º 0.63% 0.49% -
HSV(B) 192.38º 0.78% 0.81% -
XYZ 27.21 34.92 63.7 -
YUV 138.79 165.92 61.82 -
System Red Green Blue C M Y K H S L
Decimal 46 173 206 0.78 0.16 0 0.19 192.38 0.63 0.49
Hex 2E AD CE 4E 10 0 13 C0 3F 31
Octal 56 255 316 116 20 0 23 300 77 61
Binary 101110 10101101 11001110 1001110 10000 0 10011 11000000 111111 110001

Color Harmonies of #2EADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EADCE

Black with #2EADCE

Text Example


Text Example

White with #2EADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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