#AADEDD

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

Shades of Powder Blue #AADEDD

Tints of Powder Blue #AADEDD

Color information

#AADEDD (or 0xAADEDD) is unknown color: approx Powder Blue. HEX triplet: AA, DE and DD. RGB value is (170,222,221). Sum of RGB (Red+Green+Blue) = 170+222+221=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEDD is #552122. Grayscale: #CECECE. Windows color (decimal): -5579043 or 14540458. OLE color: 14540458.

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

Color convert

RGB170222221-
CMYK0.2300.000.13
HSL178.85º44.07%76.86%-
HSV(B)178.85º23.42%87.06%-
XYZ55.7566.0178.21-
YUV206.34136.27102.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.73%
GREEN value IS 222 (87.11% from 255) = 36.22%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=27.73%
G=36.22%
B=36.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702222210.2300.000.13178.8544.0776.86
HexAADEDD1700Db32c4d
Octal25233633527001526354115
Binary10101010110111101101110110111001101101100111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEDD; }

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

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

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

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

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

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

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

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