#96AEDF

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

Shades of Echo Blue #96AEDF

Tints of Echo Blue #96AEDF

Color information

#96AEDF (or 0x96AEDF) is unknown color: approx Echo Blue. HEX triplet: 96, AE and DF. RGB value is (150,174,223). Sum of RGB (Red+Green+Blue) = 150+174+223=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #96AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEDF is #695120. Grayscale: #ACACAC. Windows color (decimal): -6902049 or 14659222. OLE color: 14659222.

HSL color Cylindrical-coordinate representation of color #96AEDF: hue angle of 220.27º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96AEDF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150174223-
CMYK0.330.2200.13
HSL220.27º53.28%73.14%-
HSV(B)220.27º32.74%87.45%-
XYZ41.0342.0875.77-
YUV172.41156.55112.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 174 (68.36% from 255) = 31.81%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=27.42%
G=31.81%
B=40.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501742230.330.2200.13220.2753.2873.14
Hex96AEDF21160Ddc3549
Octal226256337412601533465111
Binary1001011010101110110111111000011011001101110111001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,223); }

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

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

 a { background-color: rgb(150,174,223); }

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

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

 span { border-color: rgb(150,174,223); }

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