#96ADDA

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

Shades of Echo Blue #96ADDA

Tints of Echo Blue #96ADDA

Color information

#96ADDA (or 0x96ADDA) is unknown color: approx Echo Blue. HEX triplet: 96, AD and DA. RGB value is (150,173,218). Sum of RGB (Red+Green+Blue) = 150+173+218=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #96ADDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADDA is #695225. Grayscale: #ABABAB. Windows color (decimal): -6902310 or 14331286. OLE color: 14331286.

HSL color Cylindrical-coordinate representation of color #96ADDA: hue angle of 219.71º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96ADDA is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150173218-
CMYK0.310.2100.15
HSL219.71º47.89%72.16%-
HSV(B)219.71º31.19%85.49%-
XYZ40.1841.4372.21-
YUV171.25154.38112.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=27.73%
G=31.98%
B=40.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501732180.310.2100.15219.7147.8972.16
Hex96ADDA1F150Fdc3048
Octal226255332372501733460110
Binary100101101010110111011010111111010101111110111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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