#AFC0CD

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

Shades of Spindle #AFC0CD

Tints of Spindle #AFC0CD

Color information

#AFC0CD (or 0xAFC0CD) is unknown color: approx Spindle. HEX triplet: AF, C0 and CD. RGB value is (175,192,205). Sum of RGB (Red+Green+Blue) = 175+192+205=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0CD is #503F32. Grayscale: #BCBCBC. Windows color (decimal): -5259059 or 13484207. OLE color: 13484207.

HSL color Cylindrical-coordinate representation of color #AFC0CD: hue angle of 206º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC0CD is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175192205-
CMYK0.150.0600.20
HSL206º23.08%74.51%-
HSV(B)206º14.63%80.39%-
XYZ47.5551.2265.14-
YUV188.4137.37118.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=30.59%
G=33.57%
B=35.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751922050.150.0600.2020623.0874.51
HexAFC0CDF6014ce174b
Octal25730031517602431627113
Binary101011111100000011001101111111001010011001110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0CD; }

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

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

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

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

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

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

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

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