#AEE3ED

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

Shades of Powder Blue #AEE3ED

Tints of Powder Blue #AEE3ED

Color information

#AEE3ED (or 0xAEE3ED) is unknown color: approx Powder Blue. HEX triplet: AE, E3 and ED. RGB value is (174,227,237). Sum of RGB (Red+Green+Blue) = 174+227+237=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEE3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE3ED is #511C12. Grayscale: #D4D4D4. Windows color (decimal): -5315603 or 15590318. OLE color: 15590318.

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

Color convert

RGB174227237-
CMYK0.270.0400.07
HSL189.52º63.64%80.59%-
HSV(B)189.52º26.58%92.94%-
XYZ60.2170.0590.47-
YUV212.29141.94100.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.27%
GREEN value IS 227 (89.06% from 255) = 35.58%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=27.27%
G=35.58%
B=37.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742272370.270.0400.07189.5263.6480.59
HexAEE3ED1B407be4051
Octal25634335533407276100121
Binary1010111011100011111011011101110001111011111010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3ED; }

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

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

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

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

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

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

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

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