#99AACC

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

Shades of Echo Blue #99AACC

Tints of Echo Blue #99AACC

Color information

#99AACC (or 0x99AACC) is unknown color: approx Echo Blue. HEX triplet: 99, AA and CC. RGB value is (153,170,204). Sum of RGB (Red+Green+Blue) = 153+170+204=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #99AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AACC is #665533. Grayscale: #A8A8A8. Windows color (decimal): -6706484 or 13413017. OLE color: 13413017.

HSL color Cylindrical-coordinate representation of color #99AACC: hue angle of 220º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99AACC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153170204-
CMYK0.250.1700.2
HSL220º33.33%70%-
HSV(B)220º25%80%-
XYZ38.4139.8862.8-
YUV168.79147.87116.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.03%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=29.03%
G=32.26%
B=38.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531702040.250.1700.222033.3370
Hex99AACC1911014dc2146
Octal231252314312102433441106
Binary1001100110101010110011001100110001010100110111001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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