Html Css Color HEX #2EC3EF Summer Sky

📋 copy color: '#2EC3EF'

red 46 ◦ green 195 ◦ blue 239

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

Shades of Summer Sky #2EC3EF

Tints of Summer Sky #2EC3EF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.63%

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

R = 9.58%
G = 40.63%
B = 49.79%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EC3EF (or 0x2EC3EF) is known color: Summer Sky. HEX triplet: 2E, C3 and EF. RGB value is (46,195,239). Sum of RGB (Red+Green+Blue) = 46+195+239=480 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.58% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EC3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC3EF is #D13C10. Grayscale: #9B9B9B. Windows color (decimal): -13712401 or 15713070. OLE color: 15713070.

HSL color Cylindrical-coordinate representation of color #2EC3EF: hue angle of 193.68º 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 #2EC3EF is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 195 239 -
CMYK 0.81 0.18 0 0.06
HSL 193.68º 0.86% 0.56% -
HSV(B) 193.68º 0.81% 0.94% -
XYZ 36.22 45.84 88.6 -
YUV 155.47 175.14 49.92 -
System Red Green Blue C M Y K H S L
Decimal 46 195 239 0.81 0.18 0 0.06 193.68 0.86 0.56
Hex 2E C3 EF 51 12 0 6 C2 56 38
Octal 56 303 357 121 22 0 6 302 126 70
Binary 101110 11000011 11101111 1010001 10010 0 110 11000010 1010110 111000

Color Harmonies of #2EC3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC3EF

Black with #2EC3EF

Text Example


Text Example

White with #2EC3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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