#2eaacd

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

Shades of Summer Sky #2EAACD

Tints of Summer Sky #2EAACD

Color information

#2EAACD (or 0x2EAACD) is unknown color: approx Summer Sky. HEX triplet: 2E, AA and CD. RGB value is (46,170,205). Sum of RGB (Red+Green+Blue) = 46+170+205=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #2EAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EAACD is #D15532. Grayscale: #888888. Windows color (decimal): -13718835 or 13478446. OLE color: 13478446.

HSL color Cylindrical-coordinate representation of color #2EAACD: hue angle of 193.21º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EAACD is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB46170205-
CMYK0.780.1700.20
HSL193.21º63.35%49.22%-
HSV(B)193.21º77.56%80.39%-
XYZ26.5233.7462.87-
YUV136.91166.4263.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.93%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=10.93%
G=40.38%
B=48.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal461702050.780.1700.20193.2163.3549.22
Hex2EAACD4E11014c13f31
Octal56252315116210243017761
Binary101110101010101100110110011101000101010011000001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eaacd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,170,205); }

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

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

 a { background-color: rgb(46,170,205); }

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

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

 span { border-color: rgb(46,170,205); }

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