#96AADB

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

Shades of Echo Blue #96AADB

Tints of Echo Blue #96AADB

Color information

#96AADB (or 0x96AADB) is unknown color: approx Echo Blue. HEX triplet: 96, AA and DB. RGB value is (150,170,219). Sum of RGB (Red+Green+Blue) = 150+170+219=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #96AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AADB is #695524. Grayscale: #A9A9A9. Windows color (decimal): -6903077 or 14396054. OLE color: 14396054.

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

Color convert

RGB150170219-
CMYK0.320.2200.14
HSL222.61º48.94%72.35%-
HSV(B)222.61º31.51%85.88%-
XYZ39.7440.3572.71-
YUV169.61155.87114.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=27.83%
G=31.54%
B=40.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501702190.320.2200.14222.6148.9472.35
Hex96AADB20160Edf3148
Octal226252333402601633761110
Binary1001011010101010110110111000001011001110110111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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