#96ADD8

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

Shades of Echo Blue #96ADD8

Tints of Echo Blue #96ADD8

Color information

#96ADD8 (or 0x96ADD8) is unknown color: approx Echo Blue. HEX triplet: 96, AD and D8. RGB value is (150,173,216). Sum of RGB (Red+Green+Blue) = 150+173+216=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #96ADD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADD8 is #695227. Grayscale: #AAAAAA. Windows color (decimal): -6902312 or 14200214. OLE color: 14200214.

HSL color Cylindrical-coordinate representation of color #96ADD8: hue angle of 219.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96ADD8 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150173216-
CMYK0.310.2000.15
HSL219.09º45.83%71.76%-
HSV(B)219.09º30.56%84.71%-
XYZ39.9241.3370.84-
YUV171.02153.38113-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.83%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=27.83%
G=32.10%
B=40.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501732160.310.2000.15219.0945.8371.76
Hex96ADD81F140Fdb2e48
Octal226255330372401733356110
Binary100101101010110111011000111111010001111110110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,173,216); }

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

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

 a { background-color: rgb(150,173,216); }

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

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

 span { border-color: rgb(150,173,216); }

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