#AADDDC

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

Shades of Powder Blue #AADDDC

Tints of Powder Blue #AADDDC

Color information

#AADDDC (or 0xAADDDC) is unknown color: approx Powder Blue. HEX triplet: AA, DD and DC. RGB value is (170,221,220). Sum of RGB (Red+Green+Blue) = 170+221+220=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDDC is #552223. Grayscale: #CDCDCD. Windows color (decimal): -5579300 or 14474666. OLE color: 14474666.

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

Color convert

RGB170221220-
CMYK0.2300.000.13
HSL178.82º42.86%76.67%-
HSV(B)178.82º23.08%86.67%-
XYZ55.3565.4377.42-
YUV205.64136.1102.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.82%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=27.82%
G=36.17%
B=36.01%

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
Decimal1702212200.2300.000.13178.8242.8676.67
HexAADDDC1700Db32b4d
Octal25233533427001526353115
Binary10101010110111011101110010111001101101100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDDC; }

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

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

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

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

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

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

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

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