#AEDEE6

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

Shades of Powder Blue #AEDEE6

Tints of Powder Blue #AEDEE6

Color information

#AEDEE6 (or 0xAEDEE6) is unknown color: approx Powder Blue. HEX triplet: AE, DE and E6. RGB value is (174,222,230). Sum of RGB (Red+Green+Blue) = 174+222+230=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEDEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEE6 is #512119. Grayscale: #D0D0D0. Windows color (decimal): -5316890 or 15130286. OLE color: 15130286.

HSL color Cylindrical-coordinate representation of color #AEDEE6: hue angle of 188.57º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDEE6 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB174222230-
CMYK0.240.0300.10
HSL188.57º52.83%79.22%-
HSV(B)188.57º24.35%90.2%-
XYZ57.8666.9584.74-
YUV208.56140.1103.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.80%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 230 (90.23% from 255) = 36.74%
R=27.80%
G=35.46%
B=36.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742222300.240.0300.10188.5752.8379.22
HexAEDEE61830Abd354f
Octal25633634630301227565117
Binary101011101101111011100110110001101010101111011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEE6; }

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

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

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

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

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

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

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

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