#AFC4CA

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

Shades of Heather #AFC4CA

Tints of Heather #AFC4CA

Color information

#AFC4CA (or 0xAFC4CA) is unknown color: approx Heather. HEX triplet: AF, C4 and CA. RGB value is (175,196,202). Sum of RGB (Red+Green+Blue) = 175+196+202=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4CA is #503B35. Grayscale: #BEBEBE. Windows color (decimal): -5258038 or 13288623. OLE color: 13288623.

HSL color Cylindrical-coordinate representation of color #AFC4CA: hue angle of 193.33º degrees, saturation: 0.2, 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 #AFC4CA is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175196202-
CMYK0.130.0300.21
HSL193.33º20.3%73.92%-
HSV(B)193.33º13.37%79.22%-
XYZ48.0852.8663.55-
YUV190.4134.54117.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=30.54%
G=34.21%
B=35.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751962020.130.0300.21193.3320.373.92
HexAFC4CAD3015c1144a
Octal25730431215302530124112
Binary10101111110001001100101011011101010111000001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4CA; }

 p { color: rgb(175,196,202); }

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

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

 a { background-color: rgb(175,196,202); }

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

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

 span { border-color: rgb(175,196,202); }

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