Html Css Color HEX #AADDE0 Powder Blue

📋 copy color: '#AADDE0'

red 170 ◦ green 221 ◦ blue 224

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

Shades of Powder Blue #AADDE0

Tints of Powder Blue #AADDE0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.93%

 BLUE value IS 224 (87.89% from 255) = 36.42%

R = 27.64%
G = 35.93%
B = 36.42%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AADDE0 (or 0xAADDE0) is known color: Powder Blue. HEX triplet: AA, DD and E0. RGB value is (170,221,224). Sum of RGB (Red+Green+Blue) = 170+221+224=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #AADDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDE0 is #55221F. Grayscale: #CECECE. Windows color (decimal): -5579296 or 14736810. OLE color: 14736810.

HSL color Cylindrical-coordinate representation of color #AADDE0: hue angle of 183.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADDE0 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 221 224 -
CMYK 0.24 0.01 0 0.12
HSL 183.33º 0.47% 0.77% -
HSV(B) 183.33º 0.24% 0.88% -
XYZ 55.89 65.64 80.25 -
YUV 206.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 170 221 224 0.24 0.01 0 0.12 183.33 0.47 0.77
Hex AA DD E0 18 1 0 C B7 2F 4D
Octal 252 335 340 30 1 0 14 267 57 115
Binary 10101010 11011101 11100000 11000 1 0 1100 10110111 101111 1001101

Color Harmonies of #AADDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDE0

Black with #AADDE0

Text Example


Text Example

White with #AADDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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