#AFC4CD

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

Shades of Heather #AFC4CD

Tints of Heather #AFC4CD

Color information

#AFC4CD (or 0xAFC4CD) is unknown color: approx Heather. HEX triplet: AF, C4 and CD. RGB value is (175,196,205). Sum of RGB (Red+Green+Blue) = 175+196+205=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4CD is #503B32. Grayscale: #BEBEBE. Windows color (decimal): -5258035 or 13485231. OLE color: 13485231.

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

Color convert

RGB175196205-
CMYK0.150.0400.20
HSL198º23.08%74.51%-
HSV(B)198º14.63%80.39%-
XYZ48.445365.43-
YUV190.75136.04116.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 196 (76.95% from 255) = 34.03%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=30.38%
G=34.03%
B=35.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751962050.150.0400.2019823.0874.51
HexAFC4CDF4014c6174b
Octal25730431517402430627113
Binary101011111100010011001101111110001010011000110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4CD; }

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

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

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

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

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

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

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

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