#ACDDDD

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

Shades of Powder Blue #ACDDDD

Tints of Powder Blue #ACDDDD

Color information

#ACDDDD (or 0xACDDDD) is unknown color: approx Powder Blue. HEX triplet: AC, DD and DD. RGB value is (172,221,221). Sum of RGB (Red+Green+Blue) = 172+221+221=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #ACDDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDDD is #532222. Grayscale: #CECECE. Windows color (decimal): -5448227 or 14540204. OLE color: 14540204.

HSL color Cylindrical-coordinate representation of color #ACDDDD: hue angle of 180º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDDD is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172221221-
CMYK0.22000.13
HSL180º41.88%77.06%-
HSV(B)180º22.17%86.67%-
XYZ55.9265.778.14-
YUV206.35136.27103.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 221 (86.72% from 255) = 35.99%
R=28.01%
G=35.99%
B=35.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212210.22000.1318041.8877.06
HexACDDDD1600Db42a4d
Octal25433533526001526452115
Binary10101100110111011101110110110001101101101001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDDD; }

 p { color: rgb(172,221,221); }

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

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

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

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

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

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

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