#A9C1CB

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

Shades of Heather #A9C1CB

Tints of Heather #A9C1CB

Color information

#A9C1CB (or 0xA9C1CB) is unknown color: approx Heather. HEX triplet: A9, C1 and CB. RGB value is (169,193,203). Sum of RGB (Red+Green+Blue) = 169+193+203=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9C1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1CB is #563E34. Grayscale: #BABABA. Windows color (decimal): -5652021 or 13353385. OLE color: 13353385.

HSL color Cylindrical-coordinate representation of color #A9C1CB: hue angle of 197.65º 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 #A9C1CB is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169193203-
CMYK0.170.0500.20
HSL197.65º24.64%72.94%-
HSV(B)197.65º16.75%79.61%-
XYZ46.2150.8963.89-
YUV186.96137.05115.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.91%
GREEN value IS 193 (75.78% from 255) = 34.16%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=29.91%
G=34.16%
B=35.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691932030.170.0500.20197.6524.6472.94
HexA9C1CB115014c61949
Octal25130131321502430631111
Binary1010100111000001110010111000110101010011000110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1CB; }

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

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

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

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

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

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

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

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