#AFC6D2

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

Shades of Spindle #AFC6D2

Tints of Spindle #AFC6D2

Color information

#AFC6D2 (or 0xAFC6D2) is unknown color: approx Spindle. HEX triplet: AF, C6 and D2. RGB value is (175,198,210). Sum of RGB (Red+Green+Blue) = 175+198+210=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFC6D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6D2 is #50392D. Grayscale: #C0C0C0. Windows color (decimal): -5257518 or 13813423. OLE color: 13813423.

HSL color Cylindrical-coordinate representation of color #AFC6D2: hue angle of 200.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFC6D2 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175198210-
CMYK0.170.0600.18
HSL200.57º28%75.49%-
HSV(B)200.57º16.67%82.35%-
XYZ49.5154.1668.82-
YUV192.49137.88115.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 198 (77.73% from 255) = 33.96%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=30.02%
G=33.96%
B=36.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751982100.170.0600.18200.572875.49
HexAFC6D2116012c91c4b
Octal25730632221602231134113
Binary1010111111000110110100101000111001001011001001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6D2; }

 p { color: rgb(175,198,210); }

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

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

 a { background-color: rgb(175,198,210); }

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

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

 span { border-color: rgb(175,198,210); }

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