Html Css Color HEX #2EC8EB Summer Sky

📋 copy color: '#2EC8EB'

red 46 ◦ green 200 ◦ blue 235

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

Shades of Summer Sky #2EC8EB

Tints of Summer Sky #2EC8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.58%

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

R = 9.56%
G = 41.58%
B = 48.86%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2EC8EB (or 0x2EC8EB) is known color: Summer Sky. HEX triplet: 2E, C8 and EB. RGB value is (46,200,235). Sum of RGB (Red+Green+Blue) = 46+200+235=481 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.56% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #2EC8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC8EB is #D13714. Grayscale: #9D9D9D. Windows color (decimal): -13711125 or 15452206. OLE color: 15452206.

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

Color convert

RGB 46 200 235 -
CMYK 0.80 0.15 0 0.08
HSL 191.11º 0.83% 0.55% -
HSV(B) 191.11º 0.8% 0.92% -
XYZ 36.78 47.89 85.9 -
YUV 157.94 171.48 48.15 -
System Red Green Blue C M Y K H S L
Decimal 46 200 235 0.80 0.15 0 0.08 191.11 0.83 0.55
Hex 2E C8 EB 50 F 0 8 BF 53 37
Octal 56 310 353 120 17 0 10 277 123 67
Binary 101110 11001000 11101011 1010000 1111 0 1000 10111111 1010011 110111

Color Harmonies of #2EC8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC8EB

Black with #2EC8EB

Text Example


Text Example

White with #2EC8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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