#96AAD5

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

Shades of Echo Blue #96AAD5

Tints of Echo Blue #96AAD5

Color information

#96AAD5 (or 0x96AAD5) is unknown color: approx Echo Blue. HEX triplet: 96, AA and D5. RGB value is (150,170,213). Sum of RGB (Red+Green+Blue) = 150+170+213=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #96AAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AAD5 is #69552A. Grayscale: #A8A8A8. Windows color (decimal): -6903083 or 14002838. OLE color: 14002838.

HSL color Cylindrical-coordinate representation of color #96AAD5: hue angle of 220.95º degrees, saturation: 0.43, 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 #96AAD5 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150170213-
CMYK0.300.2000.16
HSL220.95º42.86%71.18%-
HSV(B)220.95º29.58%83.53%-
XYZ38.9640.0468.63-
YUV168.92152.87114.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=28.14%
G=31.89%
B=39.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501702130.300.2000.16220.9542.8671.18
Hex96AAD51E14010dd2b47
Octal226252325362402033553107
Binary1001011010101010110101011111010100010000110111011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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