#ACD9DC

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

Shades of Powder Blue #ACD9DC

Tints of Powder Blue #ACD9DC

Color information

#ACD9DC (or 0xACD9DC) is unknown color: approx Powder Blue. HEX triplet: AC, D9 and DC. RGB value is (172,217,220). Sum of RGB (Red+Green+Blue) = 172+217+220=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACD9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9DC is #532623. Grayscale: #CBCBCB. Windows color (decimal): -5449252 or 14473644. OLE color: 14473644.

HSL color Cylindrical-coordinate representation of color #ACD9DC: hue angle of 183.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 #ACD9DC is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172217220-
CMYK0.220.0100.14
HSL183.75º40.68%76.86%-
HSV(B)183.75º21.82%86.27%-
XYZ54.7463.5677.09-
YUV203.89137.09105.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.24%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=28.24%
G=35.63%
B=36.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722172200.220.0100.14183.7540.6876.86
HexACD9DC1610Eb8294d
Octal25433133426101627051115
Binary10101100110110011101110010110101110101110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9DC; }

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

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

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

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

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

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

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

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