#ACC1D7

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

Shades of Spindle #ACC1D7

Tints of Spindle #ACC1D7

Color information

#ACC1D7 (or 0xACC1D7) is unknown color: approx Spindle. HEX triplet: AC, C1 and D7. RGB value is (172,193,215). Sum of RGB (Red+Green+Blue) = 172+193+215=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACC1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1D7 is #533E28. Grayscale: #BDBDBD. Windows color (decimal): -5455401 or 14139820. OLE color: 14139820.

HSL color Cylindrical-coordinate representation of color #ACC1D7: hue angle of 210.7º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC1D7 is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172193215-
CMYK0.20.1000.16
HSL210.7º34.96%75.88%-
HSV(B)210.7º20%84.31%-
XYZ48.3551.8271.74-
YUV189.23142.54115.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 215 (84.38% from 255) = 37.07%
R=29.66%
G=33.28%
B=37.07%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721932150.20.1000.16210.734.9675.88
HexACC1D714A010d3234c
Octal254301327241202032343114
Binary101011001100000111010111101001010010000110100111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1D7; }

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

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

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

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

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

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

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

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