#ACDADE

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

Shades of Powder Blue #ACDADE

Tints of Powder Blue #ACDADE

Color information

#ACDADE (or 0xACDADE) is unknown color: approx Powder Blue. HEX triplet: AC, DA and DE. RGB value is (172,218,222). Sum of RGB (Red+Green+Blue) = 172+218+222=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACDADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDADE is #532521. Grayscale: #CCCCCC. Windows color (decimal): -5448994 or 14604972. OLE color: 14604972.

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

Color convert

RGB172218222-
CMYK0.230.0200.13
HSL184.8º43.1%77.25%-
HSV(B)184.8º22.52%87.06%-
XYZ55.2764.1978.58-
YUV204.7137.76104.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=28.10%
G=35.62%
B=36.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722182220.230.0200.13184.843.177.25
HexACDADE1720Db92b4d
Octal25433233627201527153115
Binary101011001101101011011110101111001101101110011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDADE; }

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

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

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

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

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

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

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

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