Html Css Color HEX #2EBBE8 Summer Sky

📋 copy color: '#2EBBE8'

red 46 ◦ green 187 ◦ blue 232

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

Shades of Summer Sky #2EBBE8

Tints of Summer Sky #2EBBE8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.22%

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

R = 9.89%
G = 40.22%
B = 49.89%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2EBBE8 (or 0x2EBBE8) is known color: Summer Sky. HEX triplet: 2E, BB and E8. RGB value is (46,187,232). Sum of RGB (Red+Green+Blue) = 46+187+232=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #2EBBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBBE8 is #D14417. Grayscale: #959595. Windows color (decimal): -13714456 or 15252270. OLE color: 15252270.

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

Color convert

RGB 46 187 232 -
CMYK 0.80 0.19 0 0.09
HSL 194.52º 0.8% 0.55% -
HSV(B) 194.52º 0.8% 0.91% -
XYZ 33.46 41.95 82.68 -
YUV 149.97 174.29 53.84 -
System Red Green Blue C M Y K H S L
Decimal 46 187 232 0.80 0.19 0 0.09 194.52 0.8 0.55
Hex 2E BB E8 50 13 0 9 C3 50 37
Octal 56 273 350 120 23 0 11 303 120 67
Binary 101110 10111011 11101000 1010000 10011 0 1001 11000011 1010000 110111

Color Harmonies of #2EBBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBE8

Black with #2EBBE8

Text Example


Text Example

White with #2EBBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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