#AFC0D7

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

Shades of Spindle #AFC0D7

Tints of Spindle #AFC0D7

Color information

#AFC0D7 (or 0xAFC0D7) is unknown color: approx Spindle. HEX triplet: AF, C0 and D7. RGB value is (175,192,215). Sum of RGB (Red+Green+Blue) = 175+192+215=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFC0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0D7 is #503F28. Grayscale: #BDBDBD. Windows color (decimal): -5259049 or 14139567. OLE color: 14139567.

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

Color convert

RGB175192215-
CMYK0.190.1100.16
HSL214.5º33.33%76.47%-
HSV(B)214.5º18.6%84.31%-
XYZ48.7951.7271.7-
YUV189.54142.37117.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 215 (84.38% from 255) = 36.94%
R=30.07%
G=32.99%
B=36.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751922150.190.1100.16214.533.3376.47
HexAFC0D713B010d6214c
Octal257300327231302032641114
Binary101011111100000011010111100111011010000110101101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0D7; }

 p { color: rgb(175,192,215); }

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

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

 a { background-color: rgb(175,192,215); }

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

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

 span { border-color: rgb(175,192,215); }

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