#AFC1D6

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

Shades of Spindle #AFC1D6

Tints of Spindle #AFC1D6

Color information

#AFC1D6 (or 0xAFC1D6) is unknown color: approx Spindle. HEX triplet: AF, C1 and D6. RGB value is (175,193,214). Sum of RGB (Red+Green+Blue) = 175+193+214=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFC1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1D6 is #503E29. Grayscale: #BDBDBD. Windows color (decimal): -5258794 or 14074287. OLE color: 14074287.

HSL color Cylindrical-coordinate representation of color #AFC1D6: hue angle of 212.31º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC1D6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175193214-
CMYK0.180.1000.16
HSL212.31º32.23%76.27%-
HSV(B)212.31º18.22%83.92%-
XYZ48.8952.1171.1-
YUV190.01141.54117.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 193 (75.78% from 255) = 33.16%
BLUE value IS 214 (83.98% from 255) = 36.77%
R=30.07%
G=33.16%
B=36.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751932140.180.1000.16212.3132.2376.27
HexAFC1D612A010d4204c
Octal257301326221202032440114
Binary101011111100000111010110100101010010000110101001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1D6; }

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

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

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

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

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

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

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

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