#AEDEE9

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

Shades of Powder Blue #AEDEE9

Tints of Powder Blue #AEDEE9

Color information

#AEDEE9 (or 0xAEDEE9) is unknown color: approx Powder Blue. HEX triplet: AE, DE and E9. RGB value is (174,222,233). Sum of RGB (Red+Green+Blue) = 174+222+233=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #AEDEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEE9 is #512116. Grayscale: #D0D0D0. Windows color (decimal): -5316887 or 15326894. OLE color: 15326894.

HSL color Cylindrical-coordinate representation of color #AEDEE9: hue angle of 191.19º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEDEE9 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174222233-
CMYK0.250.0500.09
HSL191.19º57.28%79.8%-
HSV(B)191.19º25.32%91.37%-
XYZ58.2867.1286.98-
YUV208.9141.6103.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 222 (87.11% from 255) = 35.29%
BLUE value IS 233 (91.41% from 255) = 37.04%
R=27.66%
G=35.29%
B=37.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742222330.250.0500.09191.1957.2879.8
HexAEDEE919509bf3950
Octal25633635131501127771120
Binary1010111011011110111010011100110101001101111111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEE9; }

 p { color: rgb(174,222,233); }

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

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

 a { background-color: rgb(174,222,233); }

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

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

 span { border-color: rgb(174,222,233); }

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