Html Css Color HEX #AAE0E7 Powder Blue

📋 copy color: '#AAE0E7'

red 170 ◦ green 224 ◦ blue 231

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

Shades of Powder Blue #AAE0E7

Tints of Powder Blue #AAE0E7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.84%

 BLUE value IS 231 (90.63% from 255) = 36.96%

R = 27.2%
G = 35.84%
B = 36.96%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AAE0E7 (or 0xAAE0E7) is known color: Powder Blue. HEX triplet: AA, E0 and E7. RGB value is (170,224,231). Sum of RGB (Red+Green+Blue) = 170+224+231=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAE0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE0E7 is #551F18. Grayscale: #D0D0D0. Windows color (decimal): -5578521 or 15196330. OLE color: 15196330.

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

Color convert

RGB 170 224 231 -
CMYK 0.26 0.03 0 0.09
HSL 186.89º 0.56% 0.79% -
HSV(B) 186.89º 0.26% 0.91% -
XYZ 57.66 67.63 85.62 -
YUV 208.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 170 224 231 0.26 0.03 0 0.09 186.89 0.56 0.79
Hex AA E0 E7 1A 3 0 9 BB 38 4F
Octal 252 340 347 32 3 0 11 273 70 117
Binary 10101010 11100000 11100111 11010 11 0 1001 10111011 111000 1001111

Color Harmonies of #AAE0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE0E7

Black with #AAE0E7

Text Example


Text Example

White with #AAE0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE0E7; }

 p { color: rgb(170,224,231); }

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

background-color css

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

 a { background-color: rgb(170,224,231); }

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

border-color css

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

 span { border-color: rgb(170,224,231); }

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