#95A4CE

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

Shades of Echo Blue #95A4CE

Tints of Echo Blue #95A4CE

Color information

#95A4CE (or 0x95A4CE) is unknown color: approx Echo Blue. HEX triplet: 95, A4 and CE. RGB value is (149,164,206). Sum of RGB (Red+Green+Blue) = 149+164+206=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #95A4CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A4CE is #6A5B31. Grayscale: #A4A4A4. Windows color (decimal): -6970162 or 13542549. OLE color: 13542549.

HSL color Cylindrical-coordinate representation of color #95A4CE: hue angle of 224.21º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95A4CE is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149164206-
CMYK0.280.2000.19
HSL224.21º36.77%69.61%-
HSV(B)224.21º27.67%80.78%-
XYZ36.8137.463.67-
YUV164.3151.53117.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=28.71%
G=31.60%
B=39.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491642060.280.2000.19224.2136.7769.61
Hex95A4CE1C14013e02546
Octal225244316342402334045106
Binary1001010110100100110011101110010100010011111000001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,164,206); }

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

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

 a { background-color: rgb(149,164,206); }

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

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

 span { border-color: rgb(149,164,206); }

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