#2ECFF9

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

Shades of Summer Sky #2ECFF9

Tints of Summer Sky #2ECFF9

Color information

#2ECFF9 (or 0x2ECFF9) is unknown color: approx Summer Sky. HEX triplet: 2E, CF and F9. RGB value is (46,207,249). Sum of RGB (Red+Green+Blue) = 46+207+249=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #2ECFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECFF9 is #D13006. Grayscale: #A3A3A3. Windows color (decimal): -13709319 or 16371502. OLE color: 16371502.

HSL color Cylindrical-coordinate representation of color #2ECFF9: hue angle of 192.41º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ECFF9 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB46207249-
CMYK0.820.1700.02
HSL192.41º94.42%57.84%-
HSV(B)192.41º81.53%97.65%-
XYZ40.5452.0597.53-
YUV163.65176.1644.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.16%
GREEN value IS 207 (81.25% from 255) = 41.24%
BLUE value IS 249 (97.66% from 255) = 49.60%
R=9.16%
G=41.24%
B=49.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal462072490.820.1700.02192.4194.4257.84
Hex2ECFF9521102c05e3a
Octal56317371122210230013672
Binary1011101100111111111001101001010001010110000001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,207,249); }

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

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

 a { background-color: rgb(46,207,249); }

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

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

 span { border-color: rgb(46,207,249); }

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