Html Css Color HEX #AADEE5 Powder Blue

📋 copy color: '#AADEE5'

red 170 ◦ green 222 ◦ blue 229

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

Shades of Powder Blue #AADEE5

Tints of Powder Blue #AADEE5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.75%

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

R = 27.38%
G = 35.75%
B = 36.88%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AADEE5 (or 0xAADEE5) is known color: Powder Blue. HEX triplet: AA, DE and E5. RGB value is (170,222,229). Sum of RGB (Red+Green+Blue) = 170+222+229=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #AADEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEE5 is #55211A. Grayscale: #CFCFCF. Windows color (decimal): -5579035 or 15064746. OLE color: 15064746.

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

Color convert

RGB 170 222 229 -
CMYK 0.26 0.03 0 0.10
HSL 187.12º 0.53% 0.78% -
HSV(B) 187.12º 0.26% 0.9% -
XYZ 56.84 66.45 83.96 -
YUV 207.25 140.27 101.43 -
System Red Green Blue C M Y K H S L
Decimal 170 222 229 0.26 0.03 0 0.10 187.12 0.53 0.78
Hex AA DE E5 1A 3 0 A BB 35 4E
Octal 252 336 345 32 3 0 12 273 65 116
Binary 10101010 11011110 11100101 11010 11 0 1010 10111011 110101 1001110

Color Harmonies of #AADEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEE5

Black with #AADEE5

Text Example


Text Example

White with #AADEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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