#AADFDF

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

Shades of Powder Blue #AADFDF

Tints of Powder Blue #AADFDF

Color information

#AADFDF (or 0xAADFDF) is unknown color: approx Powder Blue. HEX triplet: AA, DF and DF. RGB value is (170,223,223). Sum of RGB (Red+Green+Blue) = 170+223+223=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #AADFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFDF is #552020. Grayscale: #CFCFCF. Windows color (decimal): -5578785 or 14671786. OLE color: 14671786.

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

Color convert

RGB170223223-
CMYK0.24000.13
HSL180º45.3%77.06%-
HSV(B)180º23.77%87.45%-
XYZ56.2866.6579.71-
YUV207.15136.94101.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.60%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=27.60%
G=36.20%
B=36.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702232230.24000.1318045.377.06
HexAADFDF1800Db42d4d
Octal25233733730001526455115
Binary10101010110111111101111111000001101101101001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFDF; }

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

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

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

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

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

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

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

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