#AFC6CE

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

Shades of Heather #AFC6CE

Tints of Heather #AFC6CE

Color information

#AFC6CE (or 0xAFC6CE) is unknown color: approx Heather. HEX triplet: AF, C6 and CE. RGB value is (175,198,206). Sum of RGB (Red+Green+Blue) = 175+198+206=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFC6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6CE is #503931. Grayscale: #BFBFBF. Windows color (decimal): -5257522 or 13551279. OLE color: 13551279.

HSL color Cylindrical-coordinate representation of color #AFC6CE: hue angle of 195.48º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC6CE is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175198206-
CMYK0.150.0400.19
HSL195.48º24.03%74.71%-
HSV(B)195.48º15.05%80.78%-
XYZ49.0153.9666.22-
YUV192.04135.88115.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 198 (77.73% from 255) = 34.20%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=30.22%
G=34.20%
B=35.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751982060.150.0400.19195.4824.0374.71
HexAFC6CEF4013c3184b
Octal25730631617402330330113
Binary101011111100011011001110111110001001111000011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6CE; }

 p { color: rgb(175,198,206); }

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

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

 a { background-color: rgb(175,198,206); }

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

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

 span { border-color: rgb(175,198,206); }

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