#ACDADD

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

Shades of Powder Blue #ACDADD

Tints of Powder Blue #ACDADD

Color information

#ACDADD (or 0xACDADD) is unknown color: approx Powder Blue. HEX triplet: AC, DA and DD. RGB value is (172,218,221). Sum of RGB (Red+Green+Blue) = 172+218+221=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDADD is #532522. Grayscale: #CCCCCC. Windows color (decimal): -5448995 or 14539436. OLE color: 14539436.

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

Color convert

RGB172218221-
CMYK0.220.0100.13
HSL183.67º41.88%77.06%-
HSV(B)183.67º22.17%86.67%-
XYZ55.1464.1377.88-
YUV204.59137.26104.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=28.15%
G=35.68%
B=36.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722182210.220.0100.13183.6741.8877.06
HexACDADD1610Db82a4d
Octal25433233526101527052115
Binary10101100110110101101110110110101101101110001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDADD; }

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

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

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

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

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

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

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

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