#ACC9DC

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

Shades of Spindle #ACC9DC

Tints of Spindle #ACC9DC

Color information

#ACC9DC (or 0xACC9DC) is unknown color: approx Spindle. HEX triplet: AC, C9 and DC. RGB value is (172,201,220). Sum of RGB (Red+Green+Blue) = 172+201+220=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9DC is #533623. Grayscale: #C2C2C2. Windows color (decimal): -5453348 or 14469548. OLE color: 14469548.

HSL color Cylindrical-coordinate representation of color #ACC9DC: hue angle of 203.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACC9DC is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172201220-
CMYK0.220.0900.14
HSL203.75º40.68%76.86%-
HSV(B)203.75º21.82%86.27%-
XYZ50.8255.7175.79-
YUV194.5142.39111.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=29.01%
G=33.90%
B=37.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722012200.220.0900.14203.7540.6876.86
HexACC9DC1690Ecc294d
Octal254311334261101631451115
Binary10101100110010011101110010110100101110110011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9DC; }

 p { color: rgb(172,201,220); }

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

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

 a { background-color: rgb(172,201,220); }

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

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

 span { border-color: rgb(172,201,220); }

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