#AFC8D7

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

Shades of Spindle #AFC8D7

Tints of Spindle #AFC8D7

Color information

#AFC8D7 (or 0xAFC8D7) is unknown color: approx Spindle. HEX triplet: AF, C8 and D7. RGB value is (175,200,215). Sum of RGB (Red+Green+Blue) = 175+200+215=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFC8D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8D7 is #503728. Grayscale: #C2C2C2. Windows color (decimal): -5257001 or 14141615. OLE color: 14141615.

HSL color Cylindrical-coordinate representation of color #AFC8D7: hue angle of 202.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 #AFC8D7 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175200215-
CMYK0.190.0700.16
HSL202.5º33.33%76.47%-
HSV(B)202.5º18.6%84.31%-
XYZ50.655.3372.3-
YUV194.24139.72114.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=29.66%
G=33.90%
B=36.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752002150.190.0700.16202.533.3376.47
HexAFC8D7137010ca214c
Octal25731032723702031241114
Binary10101111110010001101011110011111010000110010101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8D7; }

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

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

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

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

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

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

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

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