#ACDEDE

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

Shades of Powder Blue #ACDEDE

Tints of Powder Blue #ACDEDE

Color information

#ACDEDE (or 0xACDEDE) is unknown color: approx Powder Blue. HEX triplet: AC, DE and DE. RGB value is (172,222,222). Sum of RGB (Red+Green+Blue) = 172+222+222=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #ACDEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEDE is #532121. Grayscale: #CFCFCF. Windows color (decimal): -5447970 or 14605996. OLE color: 14605996.

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

Color convert

RGB172222222-
CMYK0.23000.13
HSL180º43.1%77.25%-
HSV(B)180º22.52%87.06%-
XYZ56.3266.2978.93-
YUV207.05136.44103-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.92%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=27.92%
G=36.04%
B=36.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722222220.23000.1318043.177.25
HexACDEDE1700Db42b4d
Octal25433633627001526453115
Binary10101100110111101101111010111001101101101001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEDE; }

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

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

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

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

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

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

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

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