#AFC1CC

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

Shades of Heather #AFC1CC

Tints of Heather #AFC1CC

Color information

#AFC1CC (or 0xAFC1CC) is unknown color: approx Heather. HEX triplet: AF, C1 and CC. RGB value is (175,193,204). Sum of RGB (Red+Green+Blue) = 175+193+204=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1CC is #503E33. Grayscale: #BCBCBC. Windows color (decimal): -5258804 or 13418927. OLE color: 13418927.

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

Color convert

RGB175193204-
CMYK0.140.0500.2
HSL202.76º22.14%74.31%-
HSV(B)202.76º14.22%80%-
XYZ47.6551.6164.58-
YUV188.87136.54118.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 193 (75.78% from 255) = 33.74%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=30.59%
G=33.74%
B=35.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751932040.140.0500.2202.7622.1474.31
HexAFC1CCE5014cb164a
Octal25730131416502431326112
Binary101011111100000111001100111010101010011001011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1CC; }

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

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

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

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

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

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

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

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