#AFC9D8

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

Shades of Spindle #AFC9D8

Tints of Spindle #AFC9D8

Color information

#AFC9D8 (or 0xAFC9D8) is unknown color: approx Spindle. HEX triplet: AF, C9 and D8. RGB value is (175,201,216). Sum of RGB (Red+Green+Blue) = 175+201+216=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFC9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9D8 is #503627. Grayscale: #C2C2C2. Windows color (decimal): -5256744 or 14207407. OLE color: 14207407.

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

Color convert

RGB175201216-
CMYK0.190.0700.15
HSL201.95º34.45%76.67%-
HSV(B)201.95º18.98%84.71%-
XYZ50.9655.8573.06-
YUV194.94139.89113.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 201 (78.91% from 255) = 33.95%
BLUE value IS 216 (84.77% from 255) = 36.49%
R=29.56%
G=33.95%
B=36.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752012160.190.0700.15201.9534.4576.67
HexAFC9D81370Fca224d
Octal25731133023701731242115
Binary1010111111001001110110001001111101111110010101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC9D8; }

 p { color: rgb(175,201,216); }

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

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

 a { background-color: rgb(175,201,216); }

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

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

 span { border-color: rgb(175,201,216); }

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