#2EBDE5

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

Shades of Summer Sky #2EBDE5

Tints of Summer Sky #2EBDE5

Color information

#2EBDE5 (or 0x2EBDE5) is unknown color: approx Summer Sky. HEX triplet: 2E, BD and E5. RGB value is (46,189,229). Sum of RGB (Red+Green+Blue) = 46+189+229=464 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.91% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #2EBDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBDE5 is #D1421A. Grayscale: #969696. Windows color (decimal): -13713947 or 15056174. OLE color: 15056174.

HSL color Cylindrical-coordinate representation of color #2EBDE5: hue angle of 193.11º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EBDE5 is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB46189229-
CMYK0.800.1700.10
HSL193.11º77.87%53.92%-
HSV(B)193.11º79.91%89.8%-
XYZ33.4742.6380.59-
YUV150.8172.1253.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.91%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 229 (89.84% from 255) = 49.35%
R=9.91%
G=40.73%
B=49.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal461892290.800.1700.10193.1177.8753.92
Hex2EBDE550110Ac14e36
Octal562753451202101230111666
Binary101110101111011110010110100001000101010110000011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,189,229); }

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

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

 a { background-color: rgb(46,189,229); }

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

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

 span { border-color: rgb(46,189,229); }

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