#A9C1C8

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

Shades of Heather #A9C1C8

Tints of Heather #A9C1C8

Color information

#A9C1C8 (or 0xA9C1C8) is unknown color: approx Heather. HEX triplet: A9, C1 and C8. RGB value is (169,193,200). Sum of RGB (Red+Green+Blue) = 169+193+200=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 200 - color contains mainly: blue. Hex color #A9C1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1C8 is #563E37. Grayscale: #BABABA. Windows color (decimal): -5652024 or 13156777. OLE color: 13156777.

HSL color Cylindrical-coordinate representation of color #A9C1C8: hue angle of 193.55º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C1C8 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169193200-
CMYK0.160.0400.22
HSL193.55º21.99%72.35%-
HSV(B)193.55º15.5%78.43%-
XYZ45.8650.7562.02-
YUV186.62135.55115.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 193 (75.78% from 255) = 34.34%
BLUE value IS 200 (78.52% from 255) = 35.59%
R=30.07%
G=34.34%
B=35.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691932000.160.0400.22193.5521.9972.35
HexA9C1C8104016c21648
Octal25130131020402630226110
Binary1010100111000001110010001000010001011011000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C1C8; }

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

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

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

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

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

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

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

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