#2EBBD5

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

Shades of Summer Sky #2EBBD5

Tints of Summer Sky #2EBBD5

Color information

#2EBBD5 (or 0x2EBBD5) is unknown color: approx Summer Sky. HEX triplet: 2E, BB and D5. RGB value is (46,187,213). Sum of RGB (Red+Green+Blue) = 46+187+213=446 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.31% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #2EBBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBBD5 is #D1442A. Grayscale: #939393. Windows color (decimal): -13714475 or 14007086. OLE color: 14007086.

HSL color Cylindrical-coordinate representation of color #2EBBD5: hue angle of 189.34º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EBBD5 is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB46187213-
CMYK0.780.1200.16
HSL189.34º66.53%50.78%-
HSV(B)189.34º78.4%83.53%-
XYZ30.9140.9369.22-
YUV147.8164.7955.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.31%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 213 (83.59% from 255) = 47.76%
R=10.31%
G=41.93%
B=47.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal461872130.780.1200.16189.3466.5350.78
Hex2EBBD54EC010bd4333
Octal562733251161402027510363
Binary101110101110111101010110011101100010000101111011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,187,213); }

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

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

 a { background-color: rgb(46,187,213); }

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

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

 span { border-color: rgb(46,187,213); }

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