Html Css Color HEX #2EBEE8 Summer Sky

📋 copy color: '#2EBEE8'

red 46 ◦ green 190 ◦ blue 232

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

Shades of Summer Sky #2EBEE8

Tints of Summer Sky #2EBEE8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 232 (91.02% from 255) = 49.57%

R = 9.83%
G = 40.6%
B = 49.57%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2EBEE8 (or 0x2EBEE8) is known color: Summer Sky. HEX triplet: 2E, BE and E8. RGB value is (46,190,232). Sum of RGB (Red+Green+Blue) = 46+190+232=468 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.83% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #2EBEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBEE8 is #D14117. Grayscale: #979797. Windows color (decimal): -13713688 or 15253038. OLE color: 15253038.

HSL color Cylindrical-coordinate representation of color #2EBEE8: hue angle of 193.55º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EBEE8 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 190 232 -
CMYK 0.80 0.18 0 0.09
HSL 193.55º 0.8% 0.55% -
HSV(B) 193.55º 0.8% 0.91% -
XYZ 34.11 43.23 82.89 -
YUV 151.73 173.29 52.58 -
System Red Green Blue C M Y K H S L
Decimal 46 190 232 0.80 0.18 0 0.09 193.55 0.8 0.55
Hex 2E BE E8 50 12 0 9 C2 50 37
Octal 56 276 350 120 22 0 11 302 120 67
Binary 101110 10111110 11101000 1010000 10010 0 1001 11000010 1010000 110111

Color Harmonies of #2EBEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBEE8

Black with #2EBEE8

Text Example


Text Example

White with #2EBEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,190,232); }

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

background-color css

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

 a { background-color: rgb(46,190,232); }

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

border-color css

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

 span { border-color: rgb(46,190,232); }

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