#96B0DD

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

Shades of Echo Blue #96B0DD

Tints of Echo Blue #96B0DD

Color information

#96B0DD (or 0x96B0DD) is unknown color: approx Echo Blue. HEX triplet: 96, B0 and DD. RGB value is (150,176,221). Sum of RGB (Red+Green+Blue) = 150+176+221=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #96B0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B0DD is #694F22. Grayscale: #ADADAD. Windows color (decimal): -6901539 or 14528662. OLE color: 14528662.

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

Color convert

RGB150176221-
CMYK0.320.2000.13
HSL218.03º51.08%72.75%-
HSV(B)218.03º32.13%86.67%-
XYZ41.1542.7674.49-
YUV173.36154.89111.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=27.42%
G=32.18%
B=40.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501762210.320.2000.13218.0351.0872.75
Hex96B0DD20140Dda3349
Octal226260335402401533263111
Binary1001011010110000110111011000001010001101110110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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