#2EBAC8

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

Shades of Summer Sky #2EBAC8

Tints of Summer Sky #2EBAC8

Color information

#2EBAC8 (or 0x2EBAC8) is unknown color: approx Summer Sky. HEX triplet: 2E, BA and C8. RGB value is (46,186,200). Sum of RGB (Red+Green+Blue) = 46+186+200=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #2EBAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBAC8 is #D14537. Grayscale: #919191. Windows color (decimal): -13714744 or 13154862. OLE color: 13154862.

HSL color Cylindrical-coordinate representation of color #2EBAC8: hue angle of 185.45º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBAC8 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB46186200-
CMYK0.770.0700.22
HSL185.45º62.6%48.24%-
HSV(B)185.45º77%78.43%-
XYZ29.1139.8760.8-
YUV145.74158.6256.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.65%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 200 (78.52% from 255) = 46.30%
R=10.65%
G=43.06%
B=46.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal461862000.770.0700.22185.4562.648.24
Hex2EBAC84D7016b93f30
Octal5627231011570262717760
Binary1011101011101011001000100110111101011010111001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,186,200); }

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

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

 a { background-color: rgb(46,186,200); }

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

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

 span { border-color: rgb(46,186,200); }

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