#2EC1FF

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

Shades of Summer Sky #2EC1FF

Tints of Summer Sky #2EC1FF

Color information

#2EC1FF (or 0x2EC1FF) is unknown color: approx Summer Sky. HEX triplet: 2E, C1 and FF. RGB value is (46,193,255). Sum of RGB (Red+Green+Blue) = 46+193+255=494 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.31% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EC1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC1FF is #D13E00. Grayscale: #9B9B9B. Windows color (decimal): -13712897 or 16761134. OLE color: 16761134.

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

Color convert

RGB46193255-
CMYK0.820.2400
HSL197.8º100%59.02%-
HSV(B)197.8º81.96%100%-
XYZ38.2545.94101.46-
YUV156.12183.849.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.31%
GREEN value IS 193 (75.78% from 255) = 39.07%
BLUE value IS 255 (100% from 255) = 51.62%
R=9.31%
G=39.07%
B=51.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal461932550.820.2400197.810059.02
Hex2EC1FF521800c6643b
Octal56301377122300030614473
Binary101110110000011111111110100101100000110001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,193,255); }

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

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

 a { background-color: rgb(46,193,255); }

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

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

 span { border-color: rgb(46,193,255); }

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