#AFC1CB

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

Shades of Heather #AFC1CB

Tints of Heather #AFC1CB

Color information

#AFC1CB (or 0xAFC1CB) is unknown color: approx Heather. HEX triplet: AF, C1 and CB. RGB value is (175,193,203). Sum of RGB (Red+Green+Blue) = 175+193+203=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1CB is #503E34. Grayscale: #BCBCBC. Windows color (decimal): -5258805 or 13353391. OLE color: 13353391.

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

Color convert

RGB175193203-
CMYK0.140.0500.20
HSL201.43º21.21%74.12%-
HSV(B)201.43º13.79%79.61%-
XYZ47.5351.5763.95-
YUV188.76136.04118.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=30.65%
G=33.80%
B=35.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751932030.140.0500.20201.4321.2174.12
HexAFC1CBE5014c9154a
Octal25730131316502431125112
Binary101011111100000111001011111010101010011001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1CB; }

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

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

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

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

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

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

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

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