#2E9BD5

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

Shades of Summer Sky #2E9BD5

Tints of Summer Sky #2E9BD5

Color information

#2E9BD5 (or 0x2E9BD5) is unknown color: approx Summer Sky. HEX triplet: 2E, 9B and D5. RGB value is (46,155,213). Sum of RGB (Red+Green+Blue) = 46+155+213=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #2E9BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9BD5 is #D1642A. Grayscale: #808080. Windows color (decimal): -13722667 or 13998894. OLE color: 13998894.

HSL color Cylindrical-coordinate representation of color #2E9BD5: hue angle of 200.84º 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 #2E9BD5 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB46155213-
CMYK0.780.2700.16
HSL200.84º66.53%50.78%-
HSV(B)200.84º78.4%83.53%-
XYZ24.8628.8367.2-
YUV129.02175.3968.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.11%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 213 (83.59% from 255) = 51.45%
R=11.11%
G=37.44%
B=51.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal461552130.780.2700.16200.8466.5350.78
Hex2E9BD54E1B010c94333
Octal562333251163302031110363
Binary1011101001101111010101100111011011010000110010011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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