#AFC2CF

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

Shades of Spindle #AFC2CF

Tints of Spindle #AFC2CF

Color information

#AFC2CF (or 0xAFC2CF) is unknown color: approx Spindle. HEX triplet: AF, C2 and CF. RGB value is (175,194,207). Sum of RGB (Red+Green+Blue) = 175+194+207=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFC2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2CF is #503D30. Grayscale: #BDBDBD. Windows color (decimal): -5258545 or 13615791. OLE color: 13615791.

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

Color convert

RGB175194207-
CMYK0.150.0600.19
HSL204.38º25%74.9%-
HSV(B)204.38º15.46%81.18%-
XYZ48.2352.266.57-
YUV189.8137.71117.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 194 (76.17% from 255) = 33.68%
BLUE value IS 207 (81.25% from 255) = 35.94%
R=30.38%
G=33.68%
B=35.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751942070.150.0600.19204.382574.9
HexAFC2CFF6013cc194b
Octal25730231717602331431113
Binary101011111100001011001111111111001001111001100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2CF; }

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

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

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

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

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

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

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

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