Html Css Color HEX #2EADED Summer Sky

📋 copy color: '#2EADED'

red 46 ◦ green 173 ◦ blue 237

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

Shades of Summer Sky #2EADED

Tints of Summer Sky #2EADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.97%

R = 10.09%
G = 37.94%
B = 51.97%

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

#2EADED (or 0x2EADED) is known color: Summer Sky. HEX triplet: 2E, AD and ED. RGB value is (46,173,237). Sum of RGB (Red+Green+Blue) = 46+173+237=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #2EADED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EADED is #D15212. Grayscale: #8D8D8D. Windows color (decimal): -13718035 or 15576366. OLE color: 15576366.

HSL color Cylindrical-coordinate representation of color #2EADED: hue angle of 200.1º degrees, saturation: 0.84, 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 #2EADED is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 173 237 -
CMYK 0.81 0.27 0 0.07
HSL 200.1º 0.84% 0.55% -
HSV(B) 200.1º 0.81% 0.93% -
XYZ 31.36 36.58 85.53 -
YUV 142.32 181.42 59.3 -
System Red Green Blue C M Y K H S L
Decimal 46 173 237 0.81 0.27 0 0.07 200.1 0.84 0.55
Hex 2E AD ED 51 1B 0 7 C8 54 37
Octal 56 255 355 121 33 0 7 310 124 67
Binary 101110 10101101 11101101 1010001 11011 0 111 11001000 1010100 110111

Color Harmonies of #2EADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EADED

Black with #2EADED

Text Example


Text Example

White with #2EADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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