#AADFE0

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

Shades of Powder Blue #AADFE0

Tints of Powder Blue #AADFE0

Color information

#AADFE0 (or 0xAADFE0) is unknown color: approx Powder Blue. HEX triplet: AA, DF and E0. RGB value is (170,223,224). Sum of RGB (Red+Green+Blue) = 170+223+224=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #AADFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFE0 is #55201F. Grayscale: #CFCFCF. Windows color (decimal): -5578784 or 14737322. OLE color: 14737322.

HSL color Cylindrical-coordinate representation of color #AADFE0: hue angle of 181.11º degrees, saturation: 0.47, 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 #AADFE0 is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170223224-
CMYK0.240.0000.12
HSL181.11º46.55%77.25%-
HSV(B)181.11º24.11%87.84%-
XYZ56.4266.780.42-
YUV207.27137.44101.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.55%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 224 (87.89% from 255) = 36.30%
R=27.55%
G=36.14%
B=36.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702232240.240.0000.12181.1146.5577.25
HexAADFE01800Cb52f4d
Octal25233734030001426557115
Binary10101010110111111110000011000001100101101011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADFE0; }

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

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

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

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

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

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

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

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