#2EC8F3

Color #2EC8F3 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2EC8F3

Tints of Summer Sky #2EC8F3

Color information

#2EC8F3 (or 0x2EC8F3) is unknown color: approx Summer Sky. HEX triplet: 2E, C8 and F3. RGB value is (46,200,243). Sum of RGB (Red+Green+Blue) = 46+200+243=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #2EC8F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC8F3 is #D1370C. Grayscale: #9E9E9E. Windows color (decimal): -13711117 or 15976494. OLE color: 15976494.

HSL color Cylindrical-coordinate representation of color #2EC8F3: hue angle of 193.1º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EC8F3 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB46200243-
CMYK0.810.1800.05
HSL193.1º89.14%56.67%-
HSV(B)193.1º81.07%95.29%-
XYZ37.9648.3692.13-
YUV158.86175.4847.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.41%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 243 (95.31% from 255) = 49.69%
R=9.41%
G=40.90%
B=49.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462002430.810.1800.05193.189.1456.67
Hex2EC8F3511205c15939
Octal56310363121220530113171
Binary10111011001000111100111010001100100101110000011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EC8F3;
 }
 .AnyTagClassName
 {
   color: #2EC8F3;
 }
</style>
background-color css

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

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

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

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

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

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