#95AEDF

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

Shades of Echo Blue #95AEDF

Tints of Echo Blue #95AEDF

Color information

#95AEDF (or 0x95AEDF) is unknown color: approx Echo Blue. HEX triplet: 95, AE and DF. RGB value is (149,174,223). Sum of RGB (Red+Green+Blue) = 149+174+223=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #95AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AEDF is #6A5120. Grayscale: #ABABAB. Windows color (decimal): -6967585 or 14659221. OLE color: 14659221.

HSL color Cylindrical-coordinate representation of color #95AEDF: hue angle of 219.73º degrees, saturation: 0.54, 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 #95AEDF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149174223-
CMYK0.330.2200.13
HSL219.73º53.62%72.94%-
HSV(B)219.73º33.18%87.45%-
XYZ40.8541.9975.76-
YUV172.11156.72111.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.29%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=27.29%
G=31.87%
B=40.84%

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
Decimal1491742230.330.2200.13219.7353.6272.94
Hex95AEDF21160Ddc3649
Octal225256337412601533466111
Binary1001010110101110110111111000011011001101110111001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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