#96A3CA

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

Shades of Echo Blue #96A3CA

Tints of Echo Blue #96A3CA

Color information

#96A3CA (or 0x96A3CA) is unknown color: approx Echo Blue. HEX triplet: 96, A3 and CA. RGB value is (150,163,202). Sum of RGB (Red+Green+Blue) = 150+163+202=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #96A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3CA is #695C35. Grayscale: #A3A3A3. Windows color (decimal): -6904886 or 13280150. OLE color: 13280150.

HSL color Cylindrical-coordinate representation of color #96A3CA: hue angle of 225º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96A3CA is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150163202-
CMYK0.260.1900.21
HSL225º32.91%69.02%-
HSV(B)225º25.74%79.22%-
XYZ36.3436.9461.09-
YUV163.56149.69118.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 163 (64.06% from 255) = 31.65%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=29.13%
G=31.65%
B=39.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501632020.260.1900.2122532.9169.02
Hex96A3CA1A13015e12145
Octal226243312322302534141105
Binary1001011010100011110010101101010011010101111000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,163,202); }

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

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

 a { background-color: rgb(150,163,202); }

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

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

 span { border-color: rgb(150,163,202); }

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