Html Css Color HEX #AAE1E5 Powder Blue

📋 copy color: '#AAE1E5'

red 170 ◦ green 225 ◦ blue 229

#AAE1E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Powder Blue #AAE1E5

Tints of Powder Blue #AAE1E5

RGB

 RED value IS 170 (66.8% from 255) = 27.24%

 GREEN value IS 225 (88.28% from 255) = 36.06%

 BLUE value IS 229 (89.84% from 255) = 36.7%

R = 27.24%
G = 36.06%
B = 36.7%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AAE1E5 (or 0xAAE1E5) is known color: Powder Blue. HEX triplet: AA, E1 and E5. RGB value is (170,225,229). Sum of RGB (Red+Green+Blue) = 170+225+229=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAE1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1E5 is #551E1A. Grayscale: #D0D0D0. Windows color (decimal): -5578267 or 15065514. OLE color: 15065514.

HSL color Cylindrical-coordinate representation of color #AAE1E5: hue angle of 184.07º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE1E5 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 225 229 -
CMYK 0.26 0.02 0 0.10
HSL 184.07º 0.53% 0.78% -
HSV(B) 184.07º 0.26% 0.9% -
XYZ 57.65 68.05 84.23 -
YUV 209.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 170 225 229 0.26 0.02 0 0.10 184.07 0.53 0.78
Hex AA E1 E5 1A 2 0 A B8 35 4E
Octal 252 341 345 32 2 0 12 270 65 116
Binary 10101010 11100001 11100101 11010 10 0 1010 10111000 110101 1001110

Color Harmonies of #AAE1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE1E5

Black with #AAE1E5

Text Example


Text Example

White with #AAE1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE1E5; }

 p { color: rgb(170,225,229); }

 H1.HeaderClassName
 {
   color: #AAE1E5;
 }
 .AnyTagClassName
 {
   color: #AAE1E5;
 }
</style>

background-color css

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

 a { background-color: rgb(170,225,229); }

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

border-color css

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

 span { border-color: rgb(170,225,229); }

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