#96ADDC

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

Shades of Echo Blue #96ADDC

Tints of Echo Blue #96ADDC

Color information

#96ADDC (or 0x96ADDC) is unknown color: approx Echo Blue. HEX triplet: 96, AD and DC. RGB value is (150,173,220). Sum of RGB (Red+Green+Blue) = 150+173+220=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #96ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADDC is #695223. Grayscale: #ABABAB. Windows color (decimal): -6902308 or 14462358. OLE color: 14462358.

HSL color Cylindrical-coordinate representation of color #96ADDC: hue angle of 220.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96ADDC is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150173220-
CMYK0.320.2100.14
HSL220.29º50%72.55%-
HSV(B)220.29º31.82%86.27%-
XYZ40.4441.5473.6-
YUV171.48155.38112.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=27.62%
G=31.86%
B=40.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501732200.320.2100.14220.295072.55
Hex96ADDC20150Edc3249
Octal226255334402501633462111
Binary1001011010101101110111001000001010101110110111001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,173,220); }

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

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

 a { background-color: rgb(150,173,220); }

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

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

 span { border-color: rgb(150,173,220); }

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