#99AAC9

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

Shades of Echo Blue #99AAC9

Tints of Echo Blue #99AAC9

Color information

#99AAC9 (or 0x99AAC9) is unknown color: approx Echo Blue. HEX triplet: 99, AA and C9. RGB value is (153,170,201). Sum of RGB (Red+Green+Blue) = 153+170+201=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #99AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AAC9 is #665536. Grayscale: #A8A8A8. Windows color (decimal): -6706487 or 13216409. OLE color: 13216409.

HSL color Cylindrical-coordinate representation of color #99AAC9: hue angle of 218.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99AAC9 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153170201-
CMYK0.240.1500.21
HSL218.75º30.77%69.41%-
HSV(B)218.75º23.88%78.82%-
XYZ38.0539.7460.92-
YUV168.45146.37116.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.20%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 201 (78.91% from 255) = 38.36%
R=29.20%
G=32.44%
B=38.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531702010.240.1500.21218.7530.7769.41
Hex99AAC918F015db1f45
Octal231252311301702533337105
Binary10011001101010101100100111000111101010111011011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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