#96ACDD

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

Shades of Echo Blue #96ACDD

Tints of Echo Blue #96ACDD

Color information

#96ACDD (or 0x96ACDD) is unknown color: approx Echo Blue. HEX triplet: 96, AC and DD. RGB value is (150,172,221). Sum of RGB (Red+Green+Blue) = 150+172+221=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #96ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ACDD is #695322. Grayscale: #AAAAAA. Windows color (decimal): -6902563 or 14527638. OLE color: 14527638.

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

Color convert

RGB150172221-
CMYK0.320.2200.13
HSL221.41º51.08%72.75%-
HSV(B)221.41º32.13%86.67%-
XYZ40.3841.2174.23-
YUV171.01156.21113.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=27.62%
G=31.68%
B=40.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501722210.320.2200.13221.4151.0872.75
Hex96ACDD20160Ddd3349
Octal226254335402601533563111
Binary1001011010101100110111011000001011001101110111011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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