#AEE4EF

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

Shades of Powder Blue #AEE4EF

Tints of Powder Blue #AEE4EF

Color information

#AEE4EF (or 0xAEE4EF) is unknown color: approx Powder Blue. HEX triplet: AE, E4 and EF. RGB value is (174,228,239). Sum of RGB (Red+Green+Blue) = 174+228+239=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEE4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE4EF is #511B10. Grayscale: #D5D5D5. Windows color (decimal): -5315345 or 15721646. OLE color: 15721646.

HSL color Cylindrical-coordinate representation of color #AEE4EF: hue angle of 190.15º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEE4EF is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB174228239-
CMYK0.270.0500.06
HSL190.15º67.01%80.98%-
HSV(B)190.15º27.2%93.73%-
XYZ60.7870.7292.11-
YUV213.11142.61100.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 228 (89.45% from 255) = 35.57%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=27.15%
G=35.57%
B=37.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742282390.270.0500.06190.1567.0180.98
HexAEE4EF1B506be4351
Octal25634435733506276103121
Binary1010111011100100111011111101110101101011111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE4EF; }

 p { color: rgb(174,228,239); }

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

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

 a { background-color: rgb(174,228,239); }

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

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

 span { border-color: rgb(174,228,239); }

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