#AFC1CA

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

Shades of Heather #AFC1CA

Tints of Heather #AFC1CA

Color information

#AFC1CA (or 0xAFC1CA) is unknown color: approx Heather. HEX triplet: AF, C1 and CA. RGB value is (175,193,202). Sum of RGB (Red+Green+Blue) = 175+193+202=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1CA is #503E35. Grayscale: #BCBCBC. Windows color (decimal): -5258806 or 13287855. OLE color: 13287855.

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

Color convert

RGB175193202-
CMYK0.130.0400.21
HSL200º20.3%73.92%-
HSV(B)200º13.37%79.22%-
XYZ47.4151.5263.32-
YUV188.64135.54118.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=30.70%
G=33.86%
B=35.44%

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
Decimal1751932020.130.0400.2120020.373.92
HexAFC1CAD4015c8144a
Octal25730131215402531024112
Binary101011111100000111001010110110001010111001000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1CA; }

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

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

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

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

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

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

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

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