Html Css Color HEX #2EBBEB Summer Sky

📋 copy color: '#2EBBEB'

red 46 ◦ green 187 ◦ blue 235

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

Shades of Summer Sky #2EBBEB

Tints of Summer Sky #2EBBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.21%

R = 9.83%
G = 39.96%
B = 50.21%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2EBBEB (or 0x2EBBEB) is known color: Summer Sky. HEX triplet: 2E, BB and EB. RGB value is (46,187,235). Sum of RGB (Red+Green+Blue) = 46+187+235=468 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.83% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EBBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBBEB is #D14414. Grayscale: #959595. Windows color (decimal): -13714453 or 15448878. OLE color: 15448878.

HSL color Cylindrical-coordinate representation of color #2EBBEB: hue angle of 195.24º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EBBEB is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 187 235 -
CMYK 0.80 0.20 0 0.08
HSL 195.24º 0.83% 0.55% -
HSV(B) 195.24º 0.8% 0.92% -
XYZ 33.89 42.12 84.94 -
YUV 150.31 175.79 53.6 -
System Red Green Blue C M Y K H S L
Decimal 46 187 235 0.80 0.20 0 0.08 195.24 0.83 0.55
Hex 2E BB EB 50 14 0 8 C3 53 37
Octal 56 273 353 120 24 0 10 303 123 67
Binary 101110 10111011 11101011 1010000 10100 0 1000 11000011 1010011 110111

Color Harmonies of #2EBBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBBEB

Black with #2EBBEB

Text Example


Text Example

White with #2EBBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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