Html Css Color HEX #AADDE1 Powder Blue

📋 copy color: '#AADDE1'

red 170 ◦ green 221 ◦ blue 225

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

Shades of Powder Blue #AADDE1

Tints of Powder Blue #AADDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.53%

R = 27.6%
G = 35.88%
B = 36.53%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AADDE1 (or 0xAADDE1) is known color: Powder Blue. HEX triplet: AA, DD and E1. RGB value is (170,221,225). Sum of RGB (Red+Green+Blue) = 170+221+225=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #AADDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDE1 is #55221E. Grayscale: #CECECE. Windows color (decimal): -5579295 or 14802346. OLE color: 14802346.

HSL color Cylindrical-coordinate representation of color #AADDE1: hue angle of 184.36º degrees, saturation: 0.48, 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 #AADDE1 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 221 225 -
CMYK 0.24 0.02 0 0.12
HSL 184.36º 0.48% 0.77% -
HSV(B) 184.36º 0.24% 0.88% -
XYZ 56.02 65.7 80.96 -
YUV 206.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 170 221 225 0.24 0.02 0 0.12 184.36 0.48 0.77
Hex AA DD E1 18 2 0 C B8 30 4D
Octal 252 335 341 30 2 0 14 270 60 115
Binary 10101010 11011101 11100001 11000 10 0 1100 10111000 110000 1001101

Color Harmonies of #AADDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDE1

Black with #AADDE1

Text Example


Text Example

White with #AADDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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