#AEE0EB

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

Shades of Powder Blue #AEE0EB

Tints of Powder Blue #AEE0EB

Color information

#AEE0EB (or 0xAEE0EB) is unknown color: approx Powder Blue. HEX triplet: AE, E0 and EB. RGB value is (174,224,235). Sum of RGB (Red+Green+Blue) = 174+224+235=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEE0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0EB is #511F14. Grayscale: #D2D2D2. Windows color (decimal): -5316373 or 15458478. OLE color: 15458478.

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

Color convert

RGB174224235-
CMYK0.260.0500.08
HSL190.82º60.4%80.2%-
HSV(B)190.82º25.96%92.16%-
XYZ59.1168.3188.67-
YUV210.3141.94102.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.49%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=27.49%
G=35.39%
B=37.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1742242350.260.0500.08190.8260.480.2
HexAEE0EB1A508bf3c50
Octal25634035332501027774120
Binary1010111011100000111010111101010101000101111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE0EB; }

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

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

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

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

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

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

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

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