#A9C3CF

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

Shades of Heather #A9C3CF

Tints of Heather #A9C3CF

Color information

#A9C3CF (or 0xA9C3CF) is unknown color: approx Heather. HEX triplet: A9, C3 and CF. RGB value is (169,195,207). Sum of RGB (Red+Green+Blue) = 169+195+207=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9C3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3CF is #563C30. Grayscale: #BCBCBC. Windows color (decimal): -5651505 or 13616041. OLE color: 13616041.

HSL color Cylindrical-coordinate representation of color #A9C3CF: hue angle of 198.95º 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 #A9C3CF is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169195207-
CMYK0.180.0600.19
HSL198.95º28.36%73.73%-
HSV(B)198.95º18.36%81.18%-
XYZ47.1451.9766.58-
YUV188.59138.39114.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.60%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=29.60%
G=34.15%
B=36.25%

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
Decimal1691952070.180.0600.19198.9528.3673.73
HexA9C3CF126013c71c4a
Octal25130331722602330734112
Binary1010100111000011110011111001011001001111000111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C3CF; }

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

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

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

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

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

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

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

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