#AEDDE6

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

Shades of Powder Blue #AEDDE6

Tints of Powder Blue #AEDDE6

Color information

#AEDDE6 (or 0xAEDDE6) is unknown color: approx Powder Blue. HEX triplet: AE, DD and E6. RGB value is (174,221,230). Sum of RGB (Red+Green+Blue) = 174+221+230=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEDDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDE6 is #512219. Grayscale: #CFCFCF. Windows color (decimal): -5317146 or 15130030. OLE color: 15130030.

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

Color convert

RGB174221230-
CMYK0.240.0400.10
HSL189.64º52.83%79.22%-
HSV(B)189.64º24.35%90.2%-
XYZ57.5966.4284.65-
YUV207.97140.43103.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.84%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 230 (90.23% from 255) = 36.8%
R=27.84%
G=35.36%
B=36.8%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1742212300.240.0400.10189.6452.8379.22
HexAEDDE61840Abe354f
Octal25633534630401227665117
Binary1010111011011101111001101100010001010101111101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDDE6; }

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

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

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

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

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

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

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

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