#AADEDE

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

Shades of Powder Blue #AADEDE

Tints of Powder Blue #AADEDE

Color information

#AADEDE (or 0xAADEDE) is unknown color: approx Powder Blue. HEX triplet: AA, DE and DE. RGB value is (170,222,222). Sum of RGB (Red+Green+Blue) = 170+222+222=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #AADEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEDE is #552121. Grayscale: #CECECE. Windows color (decimal): -5579042 or 14605994. OLE color: 14605994.

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

Color convert

RGB170222222-
CMYK0.23000.13
HSL180º44.07%76.86%-
HSV(B)180º23.42%87.06%-
XYZ55.8866.0678.91-
YUV206.45136.77102-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 222 (87.11% from 255) = 36.16%
R=27.69%
G=36.16%
B=36.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702222220.23000.1318044.0776.86
HexAADEDE1700Db42c4d
Octal25233633627001526454115
Binary10101010110111101101111010111001101101101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEDE; }

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

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

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

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

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

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

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

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