#96A8D7

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

Shades of Echo Blue #96A8D7

Tints of Echo Blue #96A8D7

Color information

#96A8D7 (or 0x96A8D7) is unknown color: approx Echo Blue. HEX triplet: 96, A8 and D7. RGB value is (150,168,215). Sum of RGB (Red+Green+Blue) = 150+168+215=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #96A8D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8D7 is #695728. Grayscale: #A7A7A7. Windows color (decimal): -6903593 or 14133398. OLE color: 14133398.

HSL color Cylindrical-coordinate representation of color #96A8D7: hue angle of 223.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96A8D7 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150168215-
CMYK0.300.2200.16
HSL223.38º44.83%71.57%-
HSV(B)223.38º30.23%84.31%-
XYZ38.8539.469.85-
YUV167.98154.54115.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 215 (84.38% from 255) = 40.34%
R=28.14%
G=31.52%
B=40.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501682150.300.2200.16223.3844.8371.57
Hex96A8D71E16010df2d48
Octal226250327362602033755110
Binary1001011010101000110101111111010110010000110111111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A8D7; }

 p { color: rgb(150,168,215); }

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

<style>
 a { background-color: #96A8D7; }

 a { background-color: rgb(150,168,215); }

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

<style>
 span { border-color: #96A8D7; }

 span { border-color: rgb(150,168,215); }

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