#AFC3CB

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

Shades of Heather #AFC3CB

Tints of Heather #AFC3CB

Color information

#AFC3CB (or 0xAFC3CB) is unknown color: approx Heather. HEX triplet: AF, C3 and CB. RGB value is (175,195,203). Sum of RGB (Red+Green+Blue) = 175+195+203=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3CB is #503C34. Grayscale: #BDBDBD. Windows color (decimal): -5258293 or 13353903. OLE color: 13353903.

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

Color convert

RGB175195203-
CMYK0.140.0400.20
HSL197.14º21.21%74.12%-
HSV(B)197.14º13.79%79.61%-
XYZ47.9752.4664.1-
YUV189.93135.37117.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=30.54%
G=34.03%
B=35.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751952030.140.0400.20197.1421.2174.12
HexAFC3CBE4014c5154a
Octal25730331316402430525112
Binary101011111100001111001011111010001010011000101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3CB; }

 p { color: rgb(175,195,203); }

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

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

 a { background-color: rgb(175,195,203); }

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

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

 span { border-color: rgb(175,195,203); }

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