#A9C0CF

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

Shades of Heather #A9C0CF

Tints of Heather #A9C0CF

Color information

#A9C0CF (or 0xA9C0CF) is unknown color: approx Heather. HEX triplet: A9, C0 and CF. RGB value is (169,192,207). Sum of RGB (Red+Green+Blue) = 169+192+207=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0CF is #563F30. Grayscale: #BABABA. Windows color (decimal): -5652273 or 13615273. OLE color: 13615273.

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

Color convert

RGB169192207-
CMYK0.180.0700.19
HSL203.68º28.36%73.73%-
HSV(B)203.68º18.36%81.18%-
XYZ46.4750.6466.36-
YUV186.83139.38115.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=29.75%
G=33.80%
B=36.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691922070.180.0700.19203.6828.3673.73
HexA9C0CF127013cc1c4a
Octal25130031722702331434112
Binary1010100111000000110011111001011101001111001100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C0CF; }

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

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

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

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

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

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

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

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