#AEE2E8

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

Shades of Powder Blue #AEE2E8

Tints of Powder Blue #AEE2E8

Color information

#AEE2E8 (or 0xAEE2E8) is unknown color: approx Powder Blue. HEX triplet: AE, E2 and E8. RGB value is (174,226,232). Sum of RGB (Red+Green+Blue) = 174+226+232=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #AEE2E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE2E8 is #511D17. Grayscale: #D3D3D3. Windows color (decimal): -5315864 or 15262382. OLE color: 15262382.

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

Color convert

RGB174226232-
CMYK0.250.0300.09
HSL186.21º55.77%79.61%-
HSV(B)186.21º25%90.98%-
XYZ59.2269.2286.58-
YUV211.14139.77101.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.53%
GREEN value IS 226 (88.67% from 255) = 35.76%
BLUE value IS 232 (91.02% from 255) = 36.71%
R=27.53%
G=35.76%
B=36.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1742262320.250.0300.09186.2155.7779.61
HexAEE2E819309ba3850
Octal25634235031301127270120
Binary101011101110001011101000110011101001101110101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2E8; }

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

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

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

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

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

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

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

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