#AAD9DC

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

Shades of Powder Blue #AAD9DC

Tints of Powder Blue #AAD9DC

Color information

#AAD9DC (or 0xAAD9DC) is unknown color: approx Powder Blue. HEX triplet: AA, D9 and DC. RGB value is (170,217,220). Sum of RGB (Red+Green+Blue) = 170+217+220=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9DC is #552623. Grayscale: #CBCBCB. Windows color (decimal): -5580324 or 14473642. OLE color: 14473642.

HSL color Cylindrical-coordinate representation of color #AAD9DC: hue angle of 183.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD9DC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170217220-
CMYK0.230.0100.14
HSL183.6º41.67%76.47%-
HSV(B)183.6º22.73%86.27%-
XYZ54.3163.3477.07-
YUV203.29137.43104.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=28.01%
G=35.75%
B=36.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702172200.230.0100.14183.641.6776.47
HexAAD9DC1710Eb82a4c
Octal25233133427101627052114
Binary10101010110110011101110010111101110101110001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD9DC; }

 p { color: rgb(170,217,220); }

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

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

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

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

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

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

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