#96AEDD

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

Shades of Echo Blue #96AEDD

Tints of Echo Blue #96AEDD

Color information

#96AEDD (or 0x96AEDD) is unknown color: approx Echo Blue. HEX triplet: 96, AE and DD. RGB value is (150,174,221). Sum of RGB (Red+Green+Blue) = 150+174+221=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #96AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEDD is #695122. Grayscale: #ABABAB. Windows color (decimal): -6902051 or 14528150. OLE color: 14528150.

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

Color convert

RGB150174221-
CMYK0.320.2100.13
HSL219.72º51.08%72.75%-
HSV(B)219.72º32.13%86.67%-
XYZ40.7641.9874.36-
YUV172.18155.55112.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=27.52%
G=31.93%
B=40.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501742210.320.2100.13219.7251.0872.75
Hex96AEDD20150Ddc3349
Octal226256335402501533463111
Binary1001011010101110110111011000001010101101110111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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