#ACDDDF

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

Shades of Powder Blue #ACDDDF

Tints of Powder Blue #ACDDDF

Color information

#ACDDDF (or 0xACDDDF) is unknown color: approx Powder Blue. HEX triplet: AC, DD and DF. RGB value is (172,221,223). Sum of RGB (Red+Green+Blue) = 172+221+223=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDDF is #532220. Grayscale: #CECECE. Windows color (decimal): -5448225 or 14671276. OLE color: 14671276.

HSL color Cylindrical-coordinate representation of color #ACDDDF: hue angle of 182.35º degrees, saturation: 0.44, 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 #ACDDDF is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172221223-
CMYK0.230.0100.13
HSL182.35º44.35%77.45%-
HSV(B)182.35º22.87%87.45%-
XYZ56.1965.8179.55-
YUV206.58137.27103.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.92%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=27.92%
G=35.88%
B=36.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212230.230.0100.13182.3544.3577.45
HexACDDDF1710Db62c4d
Octal25433533727101526654115
Binary10101100110111011101111110111101101101101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDDF; }

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

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

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

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

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

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

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

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