#AADFE1

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

Shades of Powder Blue #AADFE1

Tints of Powder Blue #AADFE1

Color information

#AADFE1 (or 0xAADFE1) is unknown color: approx Powder Blue. HEX triplet: AA, DF and E1. RGB value is (170,223,225). Sum of RGB (Red+Green+Blue) = 170+223+225=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #AADFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFE1 is #55201E. Grayscale: #CFCFCF. Windows color (decimal): -5578783 or 14802858. OLE color: 14802858.

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

Color convert

RGB170223225-
CMYK0.240.0100.12
HSL182.18º47.83%77.45%-
HSV(B)182.18º24.44%88.24%-
XYZ56.5666.7681.14-
YUV207.38137.94101.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.51%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=27.51%
G=36.08%
B=36.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702232250.240.0100.12182.1847.8377.45
HexAADFE11810Cb6304d
Octal25233734130101426660115
Binary10101010110111111110000111000101100101101101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFE1; }

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

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

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

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

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

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

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

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