#95A5D0

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

Shades of Echo Blue #95A5D0

Tints of Echo Blue #95A5D0

Color information

#95A5D0 (or 0x95A5D0) is unknown color: approx Echo Blue. HEX triplet: 95, A5 and D0. RGB value is (149,165,208). Sum of RGB (Red+Green+Blue) = 149+165+208=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #95A5D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A5D0 is #6A5A2F. Grayscale: #A4A4A4. Windows color (decimal): -6969904 or 13673877. OLE color: 13673877.

HSL color Cylindrical-coordinate representation of color #95A5D0: hue angle of 223.73º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95A5D0 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149165208-
CMYK0.280.2100.18
HSL223.73º38.56%70%-
HSV(B)223.73º28.37%81.57%-
XYZ37.2337.8565.02-
YUV165.12152.2116.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.54%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 208 (81.64% from 255) = 39.85%
R=28.54%
G=31.61%
B=39.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491652080.280.2100.18223.7338.5670
Hex95A5D01C15012e02746
Octal225245320342502234047106
Binary1001010110100101110100001110010101010010111000001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,165,208); }

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

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

 a { background-color: rgb(149,165,208); }

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

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

 span { border-color: rgb(149,165,208); }

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