#AEDEE8

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

Shades of Powder Blue #AEDEE8

Tints of Powder Blue #AEDEE8

Color information

#AEDEE8 (or 0xAEDEE8) is unknown color: approx Powder Blue. HEX triplet: AE, DE and E8. RGB value is (174,222,232). Sum of RGB (Red+Green+Blue) = 174+222+232=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #AEDEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEE8 is #512117. Grayscale: #D0D0D0. Windows color (decimal): -5316888 or 15261358. OLE color: 15261358.

HSL color Cylindrical-coordinate representation of color #AEDEE8: hue angle of 190.34º degrees, saturation: 0.56, 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 #AEDEE8 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB174222232-
CMYK0.250.0400.09
HSL190.34º55.77%79.61%-
HSV(B)190.34º25%90.98%-
XYZ58.1467.0786.22-
YUV208.79141.1103.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.71%
GREEN value IS 222 (87.11% from 255) = 35.35%
BLUE value IS 232 (91.02% from 255) = 36.94%
R=27.71%
G=35.35%
B=36.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742222320.250.0400.09190.3455.7779.61
HexAEDEE819409be3850
Octal25633635031401127670120
Binary1010111011011110111010001100110001001101111101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEE8; }

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

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

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

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

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

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

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

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