#96AEE3

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

Shades of Echo Blue #96AEE3

Tints of Echo Blue #96AEE3

Color information

#96AEE3 (or 0x96AEE3) is unknown color: approx Echo Blue. HEX triplet: 96, AE and E3. RGB value is (150,174,227). Sum of RGB (Red+Green+Blue) = 150+174+227=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #96AEE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEE3 is #69511C. Grayscale: #ACACAC. Windows color (decimal): -6902045 or 14921366. OLE color: 14921366.

HSL color Cylindrical-coordinate representation of color #96AEE3: hue angle of 221.3º degrees, saturation: 0.58, 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 #96AEE3 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150174227-
CMYK0.340.2300.11
HSL221.3º57.89%73.92%-
HSV(B)221.3º33.92%89.02%-
XYZ41.5842.378.65-
YUV172.87158.55111.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.22%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 227 (89.06% from 255) = 41.20%
R=27.22%
G=31.58%
B=41.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1501742270.340.2300.11221.357.8973.92
Hex96AEE322170Bdd3a4a
Octal226256343422701333572112
Binary1001011010101110111000111000101011101011110111011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,227); }

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

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

 a { background-color: rgb(150,174,227); }

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

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

 span { border-color: rgb(150,174,227); }

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