#ACC2D9

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

Shades of Spindle #ACC2D9

Tints of Spindle #ACC2D9

Color information

#ACC2D9 (or 0xACC2D9) is unknown color: approx Spindle. HEX triplet: AC, C2 and D9. RGB value is (172,194,217). Sum of RGB (Red+Green+Blue) = 172+194+217=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACC2D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2D9 is #533D26. Grayscale: #BDBDBD. Windows color (decimal): -5455143 or 14271148. OLE color: 14271148.

HSL color Cylindrical-coordinate representation of color #ACC2D9: hue angle of 210.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC2D9 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172194217-
CMYK0.210.1100.15
HSL210.67º37.19%76.27%-
HSV(B)210.67º20.74%85.1%-
XYZ48.8352.3673.18-
YUV190.04143.21115.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 194 (76.17% from 255) = 33.28%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=29.50%
G=33.28%
B=37.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721942170.210.1100.15210.6737.1976.27
HexACC2D915B0Fd3254c
Octal254302331251301732345114
Binary10101100110000101101100110101101101111110100111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2D9; }

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

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

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

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

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

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

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

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