#ACDDDE

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

Shades of Powder Blue #ACDDDE

Tints of Powder Blue #ACDDDE

Color information

#ACDDDE (or 0xACDDDE) is unknown color: approx Powder Blue. HEX triplet: AC, DD and DE. RGB value is (172,221,222). Sum of RGB (Red+Green+Blue) = 172+221+222=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACDDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDDE is #532221. Grayscale: #CECECE. Windows color (decimal): -5448226 or 14605740. OLE color: 14605740.

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

Color convert

RGB172221222-
CMYK0.230.0000.13
HSL181.2º43.1%77.25%-
HSV(B)181.2º22.52%87.06%-
XYZ56.0565.7678.85-
YUV206.46136.77103.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=27.97%
G=35.93%
B=36.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212220.230.0000.13181.243.177.25
HexACDDDE1700Db52b4d
Octal25433533627001526553115
Binary10101100110111011101111010111001101101101011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDDE; }

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

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

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

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

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

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

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

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