#A9C1CA

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

Shades of Heather #A9C1CA

Tints of Heather #A9C1CA

Color information

#A9C1CA (or 0xA9C1CA) is unknown color: approx Heather. HEX triplet: A9, C1 and CA. RGB value is (169,193,202). Sum of RGB (Red+Green+Blue) = 169+193+202=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9C1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1CA is #563E35. Grayscale: #BABABA. Windows color (decimal): -5652022 or 13287849. OLE color: 13287849.

HSL color Cylindrical-coordinate representation of color #A9C1CA: hue angle of 196.36º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C1CA is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169193202-
CMYK0.160.0400.21
HSL196.36º23.74%72.75%-
HSV(B)196.36º16.34%79.22%-
XYZ46.0950.8463.26-
YUV186.85136.55115.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.96%
GREEN value IS 193 (75.78% from 255) = 34.22%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=29.96%
G=34.22%
B=35.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691932020.160.0400.21196.3623.7472.75
HexA9C1CA104015c41849
Octal25130131220402530430111
Binary1010100111000001110010101000010001010111000100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1CA; }

 p { color: rgb(169,193,202); }

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

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

 a { background-color: rgb(169,193,202); }

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

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

 span { border-color: rgb(169,193,202); }

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