#ACD7DC

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

Shades of Powder Blue #ACD7DC

Tints of Powder Blue #ACD7DC

Color information

#ACD7DC (or 0xACD7DC) is unknown color: approx Powder Blue. HEX triplet: AC, D7 and DC. RGB value is (172,215,220). Sum of RGB (Red+Green+Blue) = 172+215+220=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACD7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7DC is #532823. Grayscale: #CACACA. Windows color (decimal): -5449764 or 14473132. OLE color: 14473132.

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

Color convert

RGB172215220-
CMYK0.220.0200.14
HSL186.25º40.68%76.86%-
HSV(B)186.25º21.82%86.27%-
XYZ54.2362.5476.92-
YUV202.71137.75106.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=28.34%
G=35.42%
B=36.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722152200.220.0200.14186.2540.6876.86
HexACD7DC1620Eba294d
Octal25432733426201627251115
Binary101011001101011111011100101101001110101110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7DC; }

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

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

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

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

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

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

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

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