#A9C2CD

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

Shades of Heather #A9C2CD

Tints of Heather #A9C2CD

Color information

#A9C2CD (or 0xA9C2CD) is unknown color: approx Heather. HEX triplet: A9, C2 and CD. RGB value is (169,194,205). Sum of RGB (Red+Green+Blue) = 169+194+205=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 194 (76.17% from 255 or 34.15% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C2CD is #563D32. Grayscale: #BBBBBB. Windows color (decimal): -5651763 or 13484713. OLE color: 13484713.

HSL color Cylindrical-coordinate representation of color #A9C2CD: hue angle of 198.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9C2CD is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169194205-
CMYK0.180.0500.20
HSL198.33º26.47%73.33%-
HSV(B)198.33º17.56%80.39%-
XYZ46.6751.4365.22-
YUV187.78137.72114.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 194 (76.17% from 255) = 34.15%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=29.75%
G=34.15%
B=36.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691942050.180.0500.20198.3326.4773.33
HexA9C2CD125014c61a49
Octal25130231522502430632111
Binary1010100111000010110011011001010101010011000110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C2CD; }

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

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

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

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

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

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

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

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