#AFC4CC

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

Shades of Heather #AFC4CC

Tints of Heather #AFC4CC

Color information

#AFC4CC (or 0xAFC4CC) is unknown color: approx Heather. HEX triplet: AF, C4 and CC. RGB value is (175,196,204). Sum of RGB (Red+Green+Blue) = 175+196+204=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4CC is #503B33. Grayscale: #BEBEBE. Windows color (decimal): -5258036 or 13419695. OLE color: 13419695.

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

Color convert

RGB175196204-
CMYK0.140.0400.2
HSL196.55º22.14%74.31%-
HSV(B)196.55º14.22%80%-
XYZ48.3252.9564.8-
YUV190.63135.54116.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=30.43%
G=34.09%
B=35.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751962040.140.0400.2196.5522.1474.31
HexAFC4CCE4014c5164a
Octal25730431416402430526112
Binary101011111100010011001100111010001010011000101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4CC; }

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

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

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

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

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

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

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

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