Html Css Color HEX #AAE5E9 Powder Blue

📋 copy color: '#AAE5E9'

red 170 ◦ green 229 ◦ blue 233

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

Shades of Powder Blue #AAE5E9

Tints of Powder Blue #AAE5E9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.23%

 BLUE value IS 233 (91.41% from 255) = 36.87%

R = 26.9%
G = 36.23%
B = 36.87%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAE5E9 (or 0xAAE5E9) is known color: Powder Blue. HEX triplet: AA, E5 and E9. RGB value is (170,229,233). Sum of RGB (Red+Green+Blue) = 170+229+233=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAE5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5E9 is #551A16. Grayscale: #D3D3D3. Windows color (decimal): -5577239 or 15328682. OLE color: 15328682.

HSL color Cylindrical-coordinate representation of color #AAE5E9: hue angle of 183.81º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE5E9 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 229 233 -
CMYK 0.27 0.02 0 0.09
HSL 183.81º 0.59% 0.79% -
HSV(B) 183.81º 0.27% 0.91% -
XYZ 59.3 70.47 87.57 -
YUV 211.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 170 229 233 0.27 0.02 0 0.09 183.81 0.59 0.79
Hex AA E5 E9 1B 2 0 9 B8 3B 4F
Octal 252 345 351 33 2 0 11 270 73 117
Binary 10101010 11100101 11101001 11011 10 0 1001 10111000 111011 1001111

Color Harmonies of #AAE5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE5E9

Black with #AAE5E9

Text Example


Text Example

White with #AAE5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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