#2EB0CA

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

Shades of Summer Sky #2EB0CA

Tints of Summer Sky #2EB0CA

Color information

#2EB0CA (or 0x2EB0CA) is unknown color: approx Summer Sky. HEX triplet: 2E, B0 and CA. RGB value is (46,176,202). Sum of RGB (Red+Green+Blue) = 46+176+202=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EB0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB0CA is #D14F35. Grayscale: #8B8B8B. Windows color (decimal): -13717302 or 13283374. OLE color: 13283374.

HSL color Cylindrical-coordinate representation of color #2EB0CA: hue angle of 190º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EB0CA is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB46176202-
CMYK0.770.1300.21
HSL190º62.9%48.63%-
HSV(B)190º77.23%79.22%-
XYZ27.3135.961.37-
YUV140.09162.9360.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.85%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=10.85%
G=41.51%
B=47.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal461762020.770.1300.2119062.948.63
Hex2EB0CA4DD015be3f31
Octal56260312115150252767761
Binary10111010110000110010101001101110101010110111110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,176,202); }

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

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

 a { background-color: rgb(46,176,202); }

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

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

 span { border-color: rgb(46,176,202); }

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