Html Css Color HEX #2EABE5 Summer Sky

📋 copy color: '#2EABE5'

red 46 ◦ green 171 ◦ blue 229

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

Shades of Summer Sky #2EABE5

Tints of Summer Sky #2EABE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 51.35%

R = 10.31%
G = 38.34%
B = 51.35%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2EABE5 (or 0x2EABE5) is known color: Summer Sky. HEX triplet: 2E, AB and E5. RGB value is (46,171,229). Sum of RGB (Red+Green+Blue) = 46+171+229=446 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.31% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #2EABE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EABE5 is #D1541A. Grayscale: #8B8B8B. Windows color (decimal): -13718555 or 15051566. OLE color: 15051566.

HSL color Cylindrical-coordinate representation of color #2EABE5: hue angle of 199.02º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EABE5 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 171 229 -
CMYK 0.80 0.25 0 0.10
HSL 199.02º 0.78% 0.54% -
HSV(B) 199.02º 0.8% 0.9% -
XYZ 29.83 35.36 79.38 -
YUV 140.24 178.09 60.78 -
System Red Green Blue C M Y K H S L
Decimal 46 171 229 0.80 0.25 0 0.10 199.02 0.78 0.54
Hex 2E AB E5 50 19 0 A C7 4E 36
Octal 56 253 345 120 31 0 12 307 116 66
Binary 101110 10101011 11100101 1010000 11001 0 1010 11000111 1001110 110110

Color Harmonies of #2EABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABE5

Black with #2EABE5

Text Example


Text Example

White with #2EABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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