#AFC3D9

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

Shades of Spindle #AFC3D9

Tints of Spindle #AFC3D9

Color information

#AFC3D9 (or 0xAFC3D9) is unknown color: approx Spindle. HEX triplet: AF, C3 and D9. RGB value is (175,195,217). Sum of RGB (Red+Green+Blue) = 175+195+217=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 195 (76.56% from 255 or 33.22% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFC3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3D9 is #503C26. Grayscale: #BFBFBF. Windows color (decimal): -5258279 or 14271407. OLE color: 14271407.

HSL color Cylindrical-coordinate representation of color #AFC3D9: hue angle of 211.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC3D9 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175195217-
CMYK0.190.1000.15
HSL211.43º35.59%76.86%-
HSV(B)211.43º19.35%85.1%-
XYZ49.7253.1573.28-
YUV191.53142.37116.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 195 (76.56% from 255) = 33.22%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=29.81%
G=33.22%
B=36.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751952170.190.1000.15211.4335.5976.86
HexAFC3D913A0Fd3244d
Octal257303331231201732344115
Binary10101111110000111101100110011101001111110100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3D9; }

 p { color: rgb(175,195,217); }

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

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

 a { background-color: rgb(175,195,217); }

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

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

 span { border-color: rgb(175,195,217); }

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