#AAC5CC

Color #AAC5CC Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #AAC5CC

Tints of Heather #AAC5CC

Color information

#AAC5CC (or 0xAAC5CC) is unknown color: approx Heather. HEX triplet: AA, C5 and CC. RGB value is (170,197,204). Sum of RGB (Red+Green+Blue) = 170+197+204=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAC5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5CC is #553A33. Grayscale: #BDBDBD. Windows color (decimal): -5585460 or 13419946. OLE color: 13419946.

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

Color convert

RGB170197204-
CMYK0.170.0300.2
HSL192.35º25%73.33%-
HSV(B)192.35º16.67%80%-
XYZ47.4452.8464.83-
YUV189.72136.05113.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 204 (80.08% from 255) = 35.73%
R=29.77%
G=34.50%
B=35.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701972040.170.0300.2192.352573.33
HexAAC5CC113014c01949
Octal25230531421302430031111
Binary101010101100010111001100100011101010011000000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5CC; }

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

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

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

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

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

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

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

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