#AFC0C9

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

Shades of Heather #AFC0C9

Tints of Heather #AFC0C9

Color information

#AFC0C9 (or 0xAFC0C9) is unknown color: approx Heather. HEX triplet: AF, C0 and C9. RGB value is (175,192,201). Sum of RGB (Red+Green+Blue) = 175+192+201=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFC0C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0C9 is #503F36. Grayscale: #BBBBBB. Windows color (decimal): -5259063 or 13222063. OLE color: 13222063.

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

Color convert

RGB175192201-
CMYK0.130.0400.21
HSL200.77º19.4%73.73%-
HSV(B)200.77º12.94%78.82%-
XYZ47.0751.0362.63-
YUV187.94135.37118.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 201 (78.91% from 255) = 35.39%
R=30.81%
G=33.80%
B=35.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751922010.130.0400.21200.7719.473.73
HexAFC0C9D4015c9134a
Octal25730031115402531123112
Binary101011111100000011001001110110001010111001001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0C9; }

 p { color: rgb(175,192,201); }

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

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

 a { background-color: rgb(175,192,201); }

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

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

 span { border-color: rgb(175,192,201); }

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