#ACDADC

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

Shades of Powder Blue #ACDADC

Tints of Powder Blue #ACDADC

Color information

#ACDADC (or 0xACDADC) is unknown color: approx Powder Blue. HEX triplet: AC, DA and DC. RGB value is (172,218,220). Sum of RGB (Red+Green+Blue) = 172+218+220=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACDADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDADC is #532523. Grayscale: #CCCCCC. Windows color (decimal): -5448996 or 14473900. OLE color: 14473900.

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

Color convert

RGB172218220-
CMYK0.220.0100.14
HSL182.5º40.68%76.86%-
HSV(B)182.5º21.82%86.27%-
XYZ5564.0877.18-
YUV204.47136.76104.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.20%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=28.20%
G=35.74%
B=36.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722182200.220.0100.14182.540.6876.86
HexACDADC1610Eb6294d
Octal25433233426101626651115
Binary10101100110110101101110010110101110101101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDADC; }

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

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

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

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

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

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

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

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