Html Css Color HEX #2EC8EF Summer Sky

📋 copy color: '#2EC8EF'

red 46 ◦ green 200 ◦ blue 239

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

Shades of Summer Sky #2EC8EF

Tints of Summer Sky #2EC8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.28%

R = 9.48%
G = 41.24%
B = 49.28%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EC8EF (or 0x2EC8EF) is known color: Summer Sky. HEX triplet: 2E, C8 and EF. RGB value is (46,200,239). Sum of RGB (Red+Green+Blue) = 46+200+239=485 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.48% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EC8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC8EF is #D13710. Grayscale: #9E9E9E. Windows color (decimal): -13711121 or 15714350. OLE color: 15714350.

HSL color Cylindrical-coordinate representation of color #2EC8EF: hue angle of 192.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EC8EF is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 200 239 -
CMYK 0.81 0.16 0 0.06
HSL 192.12º 0.86% 0.56% -
HSV(B) 192.12º 0.81% 0.94% -
XYZ 37.36 48.12 88.98 -
YUV 158.4 173.48 47.83 -
System Red Green Blue C M Y K H S L
Decimal 46 200 239 0.81 0.16 0 0.06 192.12 0.86 0.56
Hex 2E C8 EF 51 10 0 6 C0 56 38
Octal 56 310 357 121 20 0 6 300 126 70
Binary 101110 11001000 11101111 1010001 10000 0 110 11000000 1010110 111000

Color Harmonies of #2EC8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC8EF

Black with #2EC8EF

Text Example


Text Example

White with #2EC8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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