#ACC2D7

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

Shades of Spindle #ACC2D7

Tints of Spindle #ACC2D7

Color information

#ACC2D7 (or 0xACC2D7) is unknown color: approx Spindle. HEX triplet: AC, C2 and D7. RGB value is (172,194,215). Sum of RGB (Red+Green+Blue) = 172+194+215=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACC2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2D7 is #533D28. Grayscale: #BDBDBD. Windows color (decimal): -5455145 or 14140076. OLE color: 14140076.

HSL color Cylindrical-coordinate representation of color #ACC2D7: hue angle of 209.3º 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 #ACC2D7 is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB172194215-
CMYK0.20.1000.16
HSL209.3º34.96%75.88%-
HSV(B)209.3º20%84.31%-
XYZ48.5752.2671.82-
YUV189.82142.21115.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 194 (76.17% from 255) = 33.39%
BLUE value IS 215 (84.38% from 255) = 37.01%
R=29.60%
G=33.39%
B=37.01%

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
Decimal1721942150.20.1000.16209.334.9675.88
HexACC2D714A010d1234c
Octal254302327241202032143114
Binary101011001100001011010111101001010010000110100011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2D7; }

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

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

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

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

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

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

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

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