Html Css Color HEX #AADEDD Powder Blue

📋 copy color: '#AADEDD'

red 170 ◦ green 222 ◦ blue 221

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

Shades of Powder Blue #AADEDD

Tints of Powder Blue #AADEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.05%

R = 27.73%
G = 36.22%
B = 36.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#AADEDD (or 0xAADEDD) is known color: Powder Blue. HEX triplet: AA, DE and DD. RGB value is (170,222,221). Sum of RGB (Red+Green+Blue) = 170+222+221=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEDD is #552122. Grayscale: #CECECE. Windows color (decimal): -5579043 or 14540458. OLE color: 14540458.

HSL color Cylindrical-coordinate representation of color #AADEDD: hue angle of 178.85º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEDD is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 221 -
CMYK 0.23 0 0.00 0.13
HSL 178.85º 0.44% 0.77% -
HSV(B) 178.85º 0.23% 0.87% -
XYZ 55.75 66.01 78.21 -
YUV 206.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 170 222 221 0.23 0 0.00 0.13 178.85 0.44 0.77
Hex AA DE DD 17 0 0 D B3 2C 4D
Octal 252 336 335 27 0 0 15 263 54 115
Binary 10101010 11011110 11011101 10111 0 0 1101 10110011 101100 1001101

Color Harmonies of #AADEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEDD

Black with #AADEDD

Text Example


Text Example

White with #AADEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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