#99AAE2

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

Shades of Echo Blue #99AAE2

Tints of Echo Blue #99AAE2

Color information

#99AAE2 (or 0x99AAE2) is unknown color: approx Echo Blue. HEX triplet: 99, AA and E2. RGB value is (153,170,226). Sum of RGB (Red+Green+Blue) = 153+170+226=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 170 (66.80% from 255 or 30.97% 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 #99AAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAE2 is #66551D. Grayscale: #ABABAB. Windows color (decimal): -6706462 or 14854809. OLE color: 14854809.

HSL color Cylindrical-coordinate representation of color #99AAE2: hue angle of 226.03º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99AAE2 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB153170226-
CMYK0.320.2500.11
HSL226.03º55.73%74.31%-
HSV(B)226.03º32.3%88.63%-
XYZ41.2441.0177.69-
YUV171.3158.87114.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.87%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 226 (88.67% from 255) = 41.17%
R=27.87%
G=30.97%
B=41.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1531702260.320.2500.11226.0355.7374.31
Hex99AAE220190Be2384a
Octal231252342403101334270112
Binary1001100110101010111000101000001100101011111000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AAE2; }

 p { color: rgb(153,170,226); }

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

<style>
 a { background-color: #99AAE2; }

 a { background-color: rgb(153,170,226); }

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

<style>
 span { border-color: #99AAE2; }

 span { border-color: rgb(153,170,226); }

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