#AFC8D9

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

Shades of Spindle #AFC8D9

Tints of Spindle #AFC8D9

Color information

#AFC8D9 (or 0xAFC8D9) is unknown color: approx Spindle. HEX triplet: AF, C8 and D9. RGB value is (175,200,217). Sum of RGB (Red+Green+Blue) = 175+200+217=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFC8D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8D9 is #503726. Grayscale: #C2C2C2. Windows color (decimal): -5256999 or 14272687. OLE color: 14272687.

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

Color convert

RGB175200217-
CMYK0.190.0800.15
HSL204.29º35.59%76.86%-
HSV(B)204.29º19.35%85.1%-
XYZ50.8655.4373.66-
YUV194.46140.72114.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=29.56%
G=33.78%
B=36.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752002170.190.0800.15204.2935.5976.86
HexAFC8D91380Fcc244d
Octal257310331231001731444115
Binary10101111110010001101100110011100001111110011001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8D9; }

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

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

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

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

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

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

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

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