#96ABDB

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

Shades of Echo Blue #96ABDB

Tints of Echo Blue #96ABDB

Color information

#96ABDB (or 0x96ABDB) is unknown color: approx Echo Blue. HEX triplet: 96, AB and DB. RGB value is (150,171,219). Sum of RGB (Red+Green+Blue) = 150+171+219=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #96ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABDB is #695424. Grayscale: #A9A9A9. Windows color (decimal): -6902821 or 14396310. OLE color: 14396310.

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

Color convert

RGB150171219-
CMYK0.320.2200.14
HSL221.74º48.94%72.35%-
HSV(B)221.74º31.51%85.88%-
XYZ39.9340.7272.77-
YUV170.19155.54113.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=27.78%
G=31.67%
B=40.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501712190.320.2200.14221.7448.9472.35
Hex96ABDB20160Ede3148
Octal226253333402601633661110
Binary1001011010101011110110111000001011001110110111101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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