#2EBCF0

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

Shades of Summer Sky #2EBCF0

Tints of Summer Sky #2EBCF0

Color information

#2EBCF0 (or 0x2EBCF0) is unknown color: approx Summer Sky. HEX triplet: 2E, BC and F0. RGB value is (46,188,240). Sum of RGB (Red+Green+Blue) = 46+188+240=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #2EBCF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBCF0 is #D1430F. Grayscale: #979797. Windows color (decimal): -13714192 or 15776814. OLE color: 15776814.

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

Color convert

RGB46188240-
CMYK0.810.2200.06
HSL196.08º86.61%56.08%-
HSV(B)196.08º80.83%94.12%-
XYZ34.8442.8488.87-
YUV151.47177.9652.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.70%
GREEN value IS 188 (73.83% from 255) = 39.66%
BLUE value IS 240 (94.14% from 255) = 50.63%
R=9.70%
G=39.66%
B=50.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal461882400.810.2200.06196.0886.6156.08
Hex2EBCF0511606c45738
Octal56274360121260630412770
Binary10111010111100111100001010001101100110110001001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,188,240); }

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

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

 a { background-color: rgb(46,188,240); }

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

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

 span { border-color: rgb(46,188,240); }

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