#AFC5CE

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

Shades of Heather #AFC5CE

Tints of Heather #AFC5CE

Color information

#AFC5CE (or 0xAFC5CE) is unknown color: approx Heather. HEX triplet: AF, C5 and CE. RGB value is (175,197,206). Sum of RGB (Red+Green+Blue) = 175+197+206=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFC5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5CE is #503A31. Grayscale: #BFBFBF. Windows color (decimal): -5257778 or 13551023. OLE color: 13551023.

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

Color convert

RGB175197206-
CMYK0.150.0400.19
HSL197.42º24.03%74.71%-
HSV(B)197.42º15.05%80.78%-
XYZ48.7953.566.15-
YUV191.45136.21116.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 206 (80.86% from 255) = 35.64%
R=30.28%
G=34.08%
B=35.64%

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
Decimal1751972060.150.0400.19197.4224.0374.71
HexAFC5CEF4013c5184b
Octal25730531617402330530113
Binary101011111100010111001110111110001001111000101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5CE; }

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

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

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

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

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

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

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

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