#95ADE1

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

Shades of Echo Blue #95ADE1

Tints of Echo Blue #95ADE1

Color information

#95ADE1 (or 0x95ADE1) is unknown color: approx Echo Blue. HEX triplet: 95, AD and E1. RGB value is (149,173,225). Sum of RGB (Red+Green+Blue) = 149+173+225=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #95ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADE1 is #6A521E. Grayscale: #ABABAB. Windows color (decimal): -6967839 or 14790037. OLE color: 14790037.

HSL color Cylindrical-coordinate representation of color #95ADE1: hue angle of 221.05º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95ADE1 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB149173225-
CMYK0.340.2300.12
HSL221.05º55.88%73.33%-
HSV(B)221.05º33.78%88.24%-
XYZ40.9341.7177.13-
YUV171.75158.05111.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.24%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=27.24%
G=31.63%
B=41.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1491732250.340.2300.12221.0555.8873.33
Hex95ADE122170Cdd3849
Octal225255341422701433570111
Binary1001010110101101111000011000101011101100110111011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,173,225); }

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

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

 a { background-color: rgb(149,173,225); }

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

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

 span { border-color: rgb(149,173,225); }

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