#99AACD

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

Shades of Echo Blue #99AACD

Tints of Echo Blue #99AACD

Color information

#99AACD (or 0x99AACD) is unknown color: approx Echo Blue. HEX triplet: 99, AA and CD. RGB value is (153,170,205). Sum of RGB (Red+Green+Blue) = 153+170+205=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #99AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AACD is #665532. Grayscale: #A8A8A8. Windows color (decimal): -6706483 or 13478553. OLE color: 13478553.

HSL color Cylindrical-coordinate representation of color #99AACD: hue angle of 220.38º degrees, saturation: 0.34, 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 #99AACD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153170205-
CMYK0.250.1700.20
HSL220.38º34.21%70.2%-
HSV(B)220.38º25.37%80.39%-
XYZ38.5339.9363.43-
YUV168.91148.37116.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.98%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=28.98%
G=32.20%
B=38.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531702050.250.1700.20220.3834.2170.2
Hex99AACD1911014dc2246
Octal231252315312102433442106
Binary1001100110101010110011011100110001010100110111001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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