#A9C2CF

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

Shades of Heather #A9C2CF

Tints of Heather #A9C2CF

Color information

#A9C2CF (or 0xA9C2CF) is unknown color: approx Heather. HEX triplet: A9, C2 and CF. RGB value is (169,194,207). Sum of RGB (Red+Green+Blue) = 169+194+207=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9C2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C2CF is #563D30. Grayscale: #BBBBBB. Windows color (decimal): -5651761 or 13615785. OLE color: 13615785.

HSL color Cylindrical-coordinate representation of color #A9C2CF: hue angle of 200.53º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9C2CF is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169194207-
CMYK0.180.0600.19
HSL200.53º28.36%73.73%-
HSV(B)200.53º18.36%81.18%-
XYZ46.9251.5266.5-
YUV188.01138.72114.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 194 (76.17% from 255) = 34.04%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=29.65%
G=34.04%
B=36.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691942070.180.0600.19200.5328.3673.73
HexA9C2CF126013c91c4a
Octal25130231722602331134112
Binary1010100111000010110011111001011001001111001001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C2CF; }

 p { color: rgb(169,194,207); }

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

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

 a { background-color: rgb(169,194,207); }

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

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

 span { border-color: rgb(169,194,207); }

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