#2EC6FD

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

Shades of Summer Sky #2EC6FD

Tints of Summer Sky #2EC6FD

Color information

#2EC6FD (or 0x2EC6FD) is unknown color: approx Summer Sky. HEX triplet: 2E, C6 and FD. RGB value is (46,198,253). Sum of RGB (Red+Green+Blue) = 46+198+253=497 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.26% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EC6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC6FD is #D13902. Grayscale: #9E9E9E. Windows color (decimal): -13711619 or 16631342. OLE color: 16631342.

HSL color Cylindrical-coordinate representation of color #2EC6FD: hue angle of 195.94º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EC6FD is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB46198253-
CMYK0.820.2200.01
HSL195.94º98.1%58.63%-
HSV(B)195.94º81.82%99.22%-
XYZ39.0548.06100.15-
YUV158.82181.1447.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.26%
GREEN value IS 198 (77.73% from 255) = 39.84%
BLUE value IS 253 (99.22% from 255) = 50.91%
R=9.26%
G=39.84%
B=50.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal461982530.820.2200.01195.9498.158.63
Hex2EC6FD521601c4623b
Octal56306375122260130414273
Binary101110110001101111110110100101011001110001001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,198,253); }

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

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

 a { background-color: rgb(46,198,253); }

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

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

 span { border-color: rgb(46,198,253); }

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