#AEE7EC

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

Shades of Powder Blue #AEE7EC

Tints of Powder Blue #AEE7EC

Color information

#AEE7EC (or 0xAEE7EC) is unknown color: approx Powder Blue. HEX triplet: AE, E7 and EC. RGB value is (174,231,236). Sum of RGB (Red+Green+Blue) = 174+231+236=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEE7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEE7EC is #511813. Grayscale: #D6D6D6. Windows color (decimal): -5314580 or 15525806. OLE color: 15525806.

HSL color Cylindrical-coordinate representation of color #AEE7EC: hue angle of 184.84º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEE7EC is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB174231236-
CMYK0.260.0200.07
HSL184.84º62%80.39%-
HSV(B)184.84º26.27%92.55%-
XYZ61.1772.2190.07-
YUV214.53140.1299.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 231 (90.62% from 255) = 36.04%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=27.15%
G=36.04%
B=36.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742312360.260.0200.07184.846280.39
HexAEE7EC1A207b93e50
Octal2563473543220727176120
Binary10101110111001111110110011010100111101110011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE7EC; }

 p { color: rgb(174,231,236); }

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

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

 a { background-color: rgb(174,231,236); }

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

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

 span { border-color: rgb(174,231,236); }

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