#96AADC

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

Shades of Echo Blue #96AADC

Tints of Echo Blue #96AADC

Color information

#96AADC (or 0x96AADC) is unknown color: approx Echo Blue. HEX triplet: 96, AA and DC. RGB value is (150,170,220). Sum of RGB (Red+Green+Blue) = 150+170+220=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #96AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AADC is #695523. Grayscale: #A9A9A9. Windows color (decimal): -6903076 or 14461590. OLE color: 14461590.

HSL color Cylindrical-coordinate representation of color #96AADC: hue angle of 222.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96AADC is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150170220-
CMYK0.320.2300.14
HSL222.86º50%72.55%-
HSV(B)222.86º31.82%86.27%-
XYZ39.8740.473.41-
YUV169.72156.37113.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=27.78%
G=31.48%
B=40.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501702200.320.2300.14222.865072.55
Hex96AADC20170Edf3249
Octal226252334402701633762111
Binary1001011010101010110111001000001011101110110111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,170,220); }

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

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

 a { background-color: rgb(150,170,220); }

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

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

 span { border-color: rgb(150,170,220); }

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