#AFC5CB

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

Shades of Heather #AFC5CB

Tints of Heather #AFC5CB

Color information

#AFC5CB (or 0xAFC5CB) is unknown color: approx Heather. HEX triplet: AF, C5 and CB. RGB value is (175,197,203). Sum of RGB (Red+Green+Blue) = 175+197+203=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5CB is #503A34. Grayscale: #BFBFBF. Windows color (decimal): -5257781 or 13354415. OLE color: 13354415.

HSL color Cylindrical-coordinate representation of color #AFC5CB: hue angle of 192.86º degrees, saturation: 0.21, 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 #AFC5CB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175197203-
CMYK0.140.0300.20
HSL192.86º21.21%74.12%-
HSV(B)192.86º13.79%79.61%-
XYZ48.4253.3664.25-
YUV191.11134.71116.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=30.43%
G=34.26%
B=35.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751972030.140.0300.20192.8621.2174.12
HexAFC5CBE3014c1154a
Octal25730531316302430125112
Binary10101111110001011100101111101101010011000001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC5CB; }

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

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

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

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

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

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

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

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