#2EB8CA

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

Shades of Summer Sky #2EB8CA

Tints of Summer Sky #2EB8CA

Color information

#2EB8CA (or 0x2EB8CA) is unknown color: approx Summer Sky. HEX triplet: 2E, B8 and CA. RGB value is (46,184,202). Sum of RGB (Red+Green+Blue) = 46+184+202=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EB8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB8CA is #D14735. Grayscale: #909090. Windows color (decimal): -13715254 or 13285422. OLE color: 13285422.

HSL color Cylindrical-coordinate representation of color #2EB8CA: hue angle of 186.92º 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 #2EB8CA is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB46184202-
CMYK0.770.0900.21
HSL186.92º62.9%48.63%-
HSV(B)186.92º77.23%79.22%-
XYZ28.9339.1361.9-
YUV144.79160.2857.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.65%
GREEN value IS 184 (72.27% from 255) = 42.59%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=10.65%
G=42.59%
B=46.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal461842020.770.0900.21186.9262.948.63
Hex2EB8CA4D9015bb3f31
Octal56270312115110252737761
Binary10111010111000110010101001101100101010110111011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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