#AADDDF

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

Shades of Powder Blue #AADDDF

Tints of Powder Blue #AADDDF

Color information

#AADDDF (or 0xAADDDF) is unknown color: approx Powder Blue. HEX triplet: AA, DD and DF. RGB value is (170,221,223). Sum of RGB (Red+Green+Blue) = 170+221+223=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #AADDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDDF is #552220. Grayscale: #CDCDCD. Windows color (decimal): -5579297 or 14671274. OLE color: 14671274.

HSL color Cylindrical-coordinate representation of color #AADDDF: hue angle of 182.26º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADDDF is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170221223-
CMYK0.240.0100.13
HSL182.26º45.3%77.06%-
HSV(B)182.26º23.77%87.45%-
XYZ55.7565.5979.53-
YUV205.98137.6102.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=27.69%
G=35.99%
B=36.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702212230.240.0100.13182.2645.377.06
HexAADDDF1810Db62d4d
Octal25233533730101526655115
Binary10101010110111011101111111000101101101101101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADDDF; }

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

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

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

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

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

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

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

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