#96ACD8

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

Shades of Echo Blue #96ACD8

Tints of Echo Blue #96ACD8

Color information

#96ACD8 (or 0x96ACD8) is unknown color: approx Echo Blue. HEX triplet: 96, AC and D8. RGB value is (150,172,216). Sum of RGB (Red+Green+Blue) = 150+172+216=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #96ACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACD8 is #695327. Grayscale: #AAAAAA. Windows color (decimal): -6902568 or 14199958. OLE color: 14199958.

HSL color Cylindrical-coordinate representation of color #96ACD8: hue angle of 220º 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 #96ACD8 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150172216-
CMYK0.310.2000.15
HSL220º45.83%71.76%-
HSV(B)220º30.56%84.71%-
XYZ39.7240.9570.78-
YUV170.44153.71113.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.88%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 216 (84.77% from 255) = 40.15%
R=27.88%
G=31.97%
B=40.15%

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
Decimal1501722160.310.2000.1522045.8371.76
Hex96ACD81F140Fdc2e48
Octal226254330372401733456110
Binary100101101010110011011000111111010001111110111001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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