#96ABE1

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

Shades of Echo Blue #96ABE1

Tints of Echo Blue #96ABE1

Color information

#96ABE1 (or 0x96ABE1) is unknown color: approx Echo Blue. HEX triplet: 96, AB and E1. RGB value is (150,171,225). Sum of RGB (Red+Green+Blue) = 150+171+225=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #96ABE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ABE1 is #69541E. Grayscale: #AAAAAA. Windows color (decimal): -6902815 or 14789526. OLE color: 14789526.

HSL color Cylindrical-coordinate representation of color #96ABE1: hue angle of 223.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96ABE1 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB150171225-
CMYK0.330.2400.12
HSL223.2º55.56%73.53%-
HSV(B)223.2º33.33%88.24%-
XYZ40.7341.0577.01-
YUV170.88158.54113.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.47%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=27.47%
G=31.32%
B=41.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1501712250.330.2400.12223.255.5673.53
Hex96ABE121180Cdf384a
Octal226253341413001433770112
Binary1001011010101011111000011000011100001100110111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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