Html Css Color HEX #AAE5EA Powder Blue

📋 copy color: '#AAE5EA'

red 170 ◦ green 229 ◦ blue 234

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

Shades of Powder Blue #AAE5EA

Tints of Powder Blue #AAE5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.97%

R = 26.86%
G = 36.18%
B = 36.97%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAE5EA (or 0xAAE5EA) is known color: Powder Blue. HEX triplet: AA, E5 and EA. RGB value is (170,229,234). Sum of RGB (Red+Green+Blue) = 170+229+234=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE5EA is #551A15. Grayscale: #D3D3D3. Windows color (decimal): -5577238 or 15394218. OLE color: 15394218.

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

Color convert

RGB 170 229 234 -
CMYK 0.27 0.02 0 0.08
HSL 184.69º 0.6% 0.79% -
HSV(B) 184.69º 0.27% 0.92% -
XYZ 59.45 70.53 88.32 -
YUV 211.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 170 229 234 0.27 0.02 0 0.08 184.69 0.6 0.79
Hex AA E5 EA 1B 2 0 8 B9 3C 4F
Octal 252 345 352 33 2 0 10 271 74 117
Binary 10101010 11100101 11101010 11011 10 0 1000 10111001 111100 1001111

Color Harmonies of #AAE5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE5EA

Black with #AAE5EA

Text Example


Text Example

White with #AAE5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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