#AADADD

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

Shades of Powder Blue #AADADD

Tints of Powder Blue #AADADD

Color information

#AADADD (or 0xAADADD) is unknown color: approx Powder Blue. HEX triplet: AA, DA and DD. RGB value is (170,218,221). Sum of RGB (Red+Green+Blue) = 170+218+221=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #AADADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADADD is #552522. Grayscale: #CBCBCB. Windows color (decimal): -5580067 or 14539434. OLE color: 14539434.

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

Color convert

RGB170218221-
CMYK0.230.0100.13
HSL183.53º42.86%76.67%-
HSV(B)183.53º23.08%86.67%-
XYZ54.763.9177.86-
YUV203.99137.6103.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.91%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=27.91%
G=35.80%
B=36.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702182210.230.0100.13183.5342.8676.67
HexAADADD1710Db82b4d
Octal25233233527101527053115
Binary10101010110110101101110110111101101101110001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADADD; }

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

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

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

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

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

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

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

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