Html Css Color HEX #2EADEC Summer Sky

📋 copy color: '#2EADEC'

red 46 ◦ green 173 ◦ blue 236

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

Shades of Summer Sky #2EADEC

Tints of Summer Sky #2EADEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 10.11%
G = 38.02%
B = 51.87%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EADEC (or 0x2EADEC) is known color: Summer Sky. HEX triplet: 2E, AD and EC. RGB value is (46,173,236). Sum of RGB (Red+Green+Blue) = 46+173+236=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #2EADEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EADEC is #D15213. Grayscale: #8D8D8D. Windows color (decimal): -13718036 or 15510830. OLE color: 15510830.

HSL color Cylindrical-coordinate representation of color #2EADEC: hue angle of 199.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EADEC is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 173 236 -
CMYK 0.81 0.27 0 0.07
HSL 199.89º 0.83% 0.55% -
HSV(B) 199.89º 0.81% 0.93% -
XYZ 31.21 36.52 84.76 -
YUV 142.21 180.92 59.38 -
System Red Green Blue C M Y K H S L
Decimal 46 173 236 0.81 0.27 0 0.07 199.89 0.83 0.55
Hex 2E AD EC 51 1B 0 7 C8 53 37
Octal 56 255 354 121 33 0 7 310 123 67
Binary 101110 10101101 11101100 1010001 11011 0 111 11001000 1010011 110111

Color Harmonies of #2EADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EADEC

Black with #2EADEC

Text Example


Text Example

White with #2EADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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