#99AACE

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

Shades of Echo Blue #99AACE

Tints of Echo Blue #99AACE

Color information

#99AACE (or 0x99AACE) is unknown color: approx Echo Blue. HEX triplet: 99, AA and CE. RGB value is (153,170,206). Sum of RGB (Red+Green+Blue) = 153+170+206=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #99AACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AACE is #665531. Grayscale: #A8A8A8. Windows color (decimal): -6706482 or 13544089. OLE color: 13544089.

HSL color Cylindrical-coordinate representation of color #99AACE: hue angle of 220.75º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99AACE is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153170206-
CMYK0.260.1700.19
HSL220.75º35.1%70.39%-
HSV(B)220.75º25.73%80.78%-
XYZ38.6539.9864.07-
YUV169.02148.87116.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=28.92%
G=32.14%
B=38.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531702060.260.1700.19220.7535.170.39
Hex99AACE1A11013dd2346
Octal231252316322102333543106
Binary1001100110101010110011101101010001010011110111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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