#96a6cf

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

Shades of Echo Blue #96A6CF

Tints of Echo Blue #96A6CF

Color information

#96A6CF (or 0x96A6CF) is unknown color: approx Echo Blue. HEX triplet: 96, A6 and CF. RGB value is (150,166,207). Sum of RGB (Red+Green+Blue) = 150+166+207=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #96A6CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A6CF is #695930. Grayscale: #A5A5A5. Windows color (decimal): -6904113 or 13608598. OLE color: 13608598.

HSL color Cylindrical-coordinate representation of color #96A6CF: hue angle of 223.16º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96A6CF is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150166207-
CMYK0.280.2000.19
HSL223.16º37.25%70%-
HSV(B)223.16º27.54%81.18%-
XYZ37.4838.2664.44-
YUV165.89151.2116.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.68%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=28.68%
G=31.74%
B=39.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501662070.280.2000.19223.1637.2570
Hex96A6CF1C14013df2546
Octal226246317342402333745106
Binary1001011010100110110011111110010100010011110111111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96a6cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,166,207); }

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

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

 a { background-color: rgb(150,166,207); }

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

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

 span { border-color: rgb(150,166,207); }

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