#AEE1EB

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

Shades of Powder Blue #AEE1EB

Tints of Powder Blue #AEE1EB

Color information

#AEE1EB (or 0xAEE1EB) is unknown color: approx Powder Blue. HEX triplet: AE, E1 and EB. RGB value is (174,225,235). Sum of RGB (Red+Green+Blue) = 174+225+235=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEE1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1EB is #511E14. Grayscale: #D2D2D2. Windows color (decimal): -5316117 or 15458734. OLE color: 15458734.

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

Color convert

RGB174225235-
CMYK0.260.0400.08
HSL189.84º60.4%80.2%-
HSV(B)189.84º25.96%92.16%-
XYZ59.3868.8588.76-
YUV210.89141.6101.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.44%
GREEN value IS 225 (88.28% from 255) = 35.49%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=27.44%
G=35.49%
B=37.07%

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
Decimal1742252350.260.0400.08189.8460.480.2
HexAEE1EB1A408be3c50
Octal25634135332401027674120
Binary1010111011100001111010111101010001000101111101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE1EB; }

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

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

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

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

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

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

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

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