#95AEDE

Color #95AEDE Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #95AEDE

Tints of Echo Blue #95AEDE

Color information

#95AEDE (or 0x95AEDE) is unknown color: approx Echo Blue. HEX triplet: 95, AE and DE. RGB value is (149,174,222). Sum of RGB (Red+Green+Blue) = 149+174+222=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #95AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AEDE is #6A5121. Grayscale: #ABABAB. Windows color (decimal): -6967586 or 14593685. OLE color: 14593685.

HSL color Cylindrical-coordinate representation of color #95AEDE: hue angle of 219.45º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95AEDE is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149174222-
CMYK0.330.2200.13
HSL219.45º52.52%72.75%-
HSV(B)219.45º32.88%87.06%-
XYZ40.7241.9475.06-
YUV172156.22111.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=27.34%
G=31.93%
B=40.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491742220.330.2200.13219.4552.5272.75
Hex95AEDE21160Ddb3549
Octal225256336412601533365111
Binary1001010110101110110111101000011011001101110110111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AEDE; }

 p { color: rgb(149,174,222); }

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

<style>
 a { background-color: #95AEDE; }

 a { background-color: rgb(149,174,222); }

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

<style>
 span { border-color: #95AEDE; }

 span { border-color: rgb(149,174,222); }

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