#ACC1D5

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

Shades of Spindle #ACC1D5

Tints of Spindle #ACC1D5

Color information

#ACC1D5 (or 0xACC1D5) is unknown color: approx Spindle. HEX triplet: AC, C1 and D5. RGB value is (172,193,213). Sum of RGB (Red+Green+Blue) = 172+193+213=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACC1D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1D5 is #533E2A. Grayscale: #BCBCBC. Windows color (decimal): -5455403 or 14008748. OLE color: 14008748.

HSL color Cylindrical-coordinate representation of color #ACC1D5: hue angle of 209.27º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACC1D5 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172193213-
CMYK0.190.0900.16
HSL209.27º32.8%75.49%-
HSV(B)209.27º19.25%83.53%-
XYZ48.0951.7170.4-
YUV189141.54115.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=29.76%
G=33.39%
B=36.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1721932130.190.0900.16209.2732.875.49
HexACC1D5139010d1214b
Octal254301325231102032141113
Binary101011001100000111010101100111001010000110100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1D5; }

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

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

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

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

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

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

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

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