#ACC1D0

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

Shades of Spindle #ACC1D0

Tints of Spindle #ACC1D0

Color information

#ACC1D0 (or 0xACC1D0) is unknown color: approx Spindle. HEX triplet: AC, C1 and D0. RGB value is (172,193,208). Sum of RGB (Red+Green+Blue) = 172+193+208=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACC1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1D0 is #533E2F. Grayscale: #BCBCBC. Windows color (decimal): -5455408 or 13681068. OLE color: 13681068.

HSL color Cylindrical-coordinate representation of color #ACC1D0: hue angle of 205º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC1D0 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172193208-
CMYK0.170.0700.18
HSL205º27.69%74.51%-
HSV(B)205º17.31%81.57%-
XYZ47.4751.4667.11-
YUV188.43139.04116.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 193 (75.78% from 255) = 33.68%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=30.02%
G=33.68%
B=36.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721932080.170.0700.1820527.6974.51
HexACC1D0117012cd1c4b
Octal25430132021702231534113
Binary1010110011000001110100001000111101001011001101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1D0; }

 p { color: rgb(172,193,208); }

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

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

 a { background-color: rgb(172,193,208); }

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

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

 span { border-color: rgb(172,193,208); }

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