#AFC1CF

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

Shades of Spindle #AFC1CF

Tints of Spindle #AFC1CF

Color information

#AFC1CF (or 0xAFC1CF) is unknown color: approx Spindle. HEX triplet: AF, C1 and CF. RGB value is (175,193,207). Sum of RGB (Red+Green+Blue) = 175+193+207=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFC1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1CF is #503E30. Grayscale: #BDBDBD. Windows color (decimal): -5258801 or 13615535. OLE color: 13615535.

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

Color convert

RGB175193207-
CMYK0.150.0700.19
HSL206.25º25%74.9%-
HSV(B)206.25º15.46%81.18%-
XYZ48.0151.7666.49-
YUV189.21138.04117.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 207 (81.25% from 255) = 36%
R=30.43%
G=33.57%
B=36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751932070.150.0700.19206.252574.9
HexAFC1CFF7013ce194b
Octal25730131717702331631113
Binary101011111100000111001111111111101001111001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1CF; }

 p { color: rgb(175,193,207); }

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

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

 a { background-color: rgb(175,193,207); }

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

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

 span { border-color: rgb(175,193,207); }

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