#96ABD8

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

Shades of Echo Blue #96ABD8

Tints of Echo Blue #96ABD8

Color information

#96ABD8 (or 0x96ABD8) is unknown color: approx Echo Blue. HEX triplet: 96, AB and D8. RGB value is (150,171,216). Sum of RGB (Red+Green+Blue) = 150+171+216=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #96ABD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABD8 is #695427. Grayscale: #A9A9A9. Windows color (decimal): -6902824 or 14199702. OLE color: 14199702.

HSL color Cylindrical-coordinate representation of color #96ABD8: hue angle of 220.91º degrees, saturation: 0.46, 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 #96ABD8 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150171216-
CMYK0.310.2100.15
HSL220.91º45.83%71.76%-
HSV(B)220.91º30.56%84.71%-
XYZ39.5440.5770.71-
YUV169.85154.04113.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=27.93%
G=31.84%
B=40.22%

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
Decimal1501712160.310.2100.15220.9145.8371.76
Hex96ABD81F150Fdd2e48
Octal226253330372501733556110
Binary100101101010101111011000111111010101111110111011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,171,216); }

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

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

 a { background-color: rgb(150,171,216); }

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

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

 span { border-color: rgb(150,171,216); }

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