#96A9D6

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

Shades of Echo Blue #96A9D6

Tints of Echo Blue #96A9D6

Color information

#96A9D6 (or 0x96A9D6) is unknown color: approx Echo Blue. HEX triplet: 96, A9 and D6. RGB value is (150,169,214). Sum of RGB (Red+Green+Blue) = 150+169+214=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #96A9D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A9D6 is #695629. Grayscale: #A8A8A8. Windows color (decimal): -6903338 or 14068118. OLE color: 14068118.

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

Color convert

RGB150169214-
CMYK0.300.2100.16
HSL222.19º43.84%71.37%-
HSV(B)222.19º29.91%83.92%-
XYZ38.939.7269.23-
YUV168.45153.71114.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 169 (66.41% from 255) = 31.71%
BLUE value IS 214 (83.98% from 255) = 40.15%
R=28.14%
G=31.71%
B=40.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501692140.300.2100.16222.1943.8471.37
Hex96A9D61E15010de2c47
Octal226251326362502033654107
Binary1001011010101001110101101111010101010000110111101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,169,214); }

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

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

 a { background-color: rgb(150,169,214); }

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

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

 span { border-color: rgb(150,169,214); }

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