#96ADE2

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

Shades of Echo Blue #96ADE2

Tints of Echo Blue #96ADE2

Color information

#96ADE2 (or 0x96ADE2) is unknown color: approx Echo Blue. HEX triplet: 96, AD and E2. RGB value is (150,173,226). Sum of RGB (Red+Green+Blue) = 150+173+226=549 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.32% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #96ADE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96ADE2 is #69521D. Grayscale: #ABABAB. Windows color (decimal): -6902302 or 14855574. OLE color: 14855574.

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

Color convert

RGB150173226-
CMYK0.340.2300.11
HSL221.84º56.72%73.73%-
HSV(B)221.84º33.63%88.63%-
XYZ41.2541.8677.86-
YUV172.16158.38112.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.32%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 226 (88.67% from 255) = 41.17%
R=27.32%
G=31.51%
B=41.17%

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
Decimal1501732260.340.2300.11221.8456.7273.73
Hex96ADE222170Bde394a
Octal226255342422701333671112
Binary1001011010101101111000101000101011101011110111101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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