#AEE1EE

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

Shades of Powder Blue #AEE1EE

Tints of Powder Blue #AEE1EE

Color information

#AEE1EE (or 0xAEE1EE) is unknown color: approx Powder Blue. HEX triplet: AE, E1 and EE. RGB value is (174,225,238). Sum of RGB (Red+Green+Blue) = 174+225+238=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1EE is #511E11. Grayscale: #D3D3D3. Windows color (decimal): -5316114 or 15655342. OLE color: 15655342.

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

Color convert

RGB174225238-
CMYK0.270.0500.07
HSL192.19º65.31%80.78%-
HSV(B)192.19º26.89%93.33%-
XYZ59.8169.0291.06-
YUV211.23143.1101.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.32%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=27.32%
G=35.32%
B=37.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742252380.270.0500.07192.1965.3180.78
HexAEE1EE1B507c04151
Octal25634135633507300101121
Binary1010111011100001111011101101110101111100000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1EE; }

 p { color: rgb(174,225,238); }

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

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

 a { background-color: rgb(174,225,238); }

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

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

 span { border-color: rgb(174,225,238); }

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