#96ADDE

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

Shades of Echo Blue #96ADDE

Tints of Echo Blue #96ADDE

Color information

#96ADDE (or 0x96ADDE) is unknown color: approx Echo Blue. HEX triplet: 96, AD and DE. RGB value is (150,173,222). Sum of RGB (Red+Green+Blue) = 150+173+222=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #96ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADDE is #695221. Grayscale: #ABABAB. Windows color (decimal): -6902306 or 14593430. OLE color: 14593430.

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

Color convert

RGB150173222-
CMYK0.320.2200.13
HSL220.83º52.17%72.94%-
HSV(B)220.83º32.43%87.06%-
XYZ40.7141.6575-
YUV171.71156.38112.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=27.52%
G=31.74%
B=40.73%

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
Decimal1501732220.320.2200.13220.8352.1772.94
Hex96ADDE20160Ddd3449
Octal226255336402601533564111
Binary1001011010101101110111101000001011001101110111011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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