#AEE6ED

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

Shades of Powder Blue #AEE6ED

Tints of Powder Blue #AEE6ED

Color information

#AEE6ED (or 0xAEE6ED) is unknown color: approx Powder Blue. HEX triplet: AE, E6 and ED. RGB value is (174,230,237). Sum of RGB (Red+Green+Blue) = 174+230+237=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE6ED is #511912. Grayscale: #D5D5D5. Windows color (decimal): -5314835 or 15591086. OLE color: 15591086.

HSL color Cylindrical-coordinate representation of color #AEE6ED: hue angle of 186.67º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEE6ED is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174230237-
CMYK0.270.0300.07
HSL186.67º63.64%80.59%-
HSV(B)186.67º26.58%92.94%-
XYZ61.0471.7190.74-
YUV214.05140.9599.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 230 (90.23% from 255) = 35.88%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=27.15%
G=35.88%
B=36.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742302370.270.0300.07186.6763.6480.59
HexAEE6ED1B307bb4051
Octal25634635533307273100121
Binary101011101110011011101101110111101111011101110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE6ED; }

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

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

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

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

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

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

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

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