#96ABE2

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

Shades of Echo Blue #96ABE2

Tints of Echo Blue #96ABE2

Color information

#96ABE2 (or 0x96ABE2) is unknown color: approx Echo Blue. HEX triplet: 96, AB and E2. RGB value is (150,171,226). Sum of RGB (Red+Green+Blue) = 150+171+226=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #96ABE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABE2 is #69541D. Grayscale: #AAAAAA. Windows color (decimal): -6902814 or 14855062. OLE color: 14855062.

HSL color Cylindrical-coordinate representation of color #96ABE2: hue angle of 223.42º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96ABE2 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150171226-
CMYK0.340.2400.11
HSL223.42º56.72%73.73%-
HSV(B)223.42º33.63%88.63%-
XYZ40.8741.177.73-
YUV170.99159.04113.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.42%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 226 (88.67% from 255) = 41.32%
R=27.42%
G=31.26%
B=41.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501712260.340.2400.11223.4256.7273.73
Hex96ABE222180Bdf394a
Octal226253342423001333771112
Binary1001011010101011111000101000101100001011110111111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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