#AEE2EB

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

Shades of Powder Blue #AEE2EB

Tints of Powder Blue #AEE2EB

Color information

#AEE2EB (or 0xAEE2EB) is unknown color: approx Powder Blue. HEX triplet: AE, E2 and EB. RGB value is (174,226,235). Sum of RGB (Red+Green+Blue) = 174+226+235=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEE2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE2EB is #511D14. Grayscale: #D3D3D3. Windows color (decimal): -5315861 or 15458990. OLE color: 15458990.

HSL color Cylindrical-coordinate representation of color #AEE2EB: hue angle of 188.85º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEE2EB is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174226235-
CMYK0.260.0400.08
HSL188.85º60.4%80.2%-
HSV(B)188.85º25.96%92.16%-
XYZ59.6569.3988.85-
YUV211.48141.27101.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.40%
GREEN value IS 226 (88.67% from 255) = 35.59%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=27.40%
G=35.59%
B=37.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742262350.260.0400.08188.8560.480.2
HexAEE2EB1A408bd3c50
Octal25634235332401027574120
Binary1010111011100010111010111101010001000101111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE2EB; }

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

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

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

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

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

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

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

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