Html Css Color HEX #AADEDE Powder Blue

📋 copy color: '#AADEDE'

red 170 ◦ green 222 ◦ blue 222

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

Shades of Powder Blue #AADEDE

Tints of Powder Blue #AADEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 27.69%
G = 36.16%
B = 36.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AADEDE (or 0xAADEDE) is known color: Powder Blue. HEX triplet: AA, DE and DE. RGB value is (170,222,222). Sum of RGB (Red+Green+Blue) = 170+222+222=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #AADEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEDE is #552121. Grayscale: #CECECE. Windows color (decimal): -5579042 or 14605994. OLE color: 14605994.

HSL color Cylindrical-coordinate representation of color #AADEDE: hue angle of 180º 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 #AADEDE is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 222 222 -
CMYK 0.23 0 0 0.13
HSL 180º 0.44% 0.77% -
HSV(B) 180º 0.23% 0.87% -
XYZ 55.88 66.06 78.91 -
YUV 206.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 170 222 222 0.23 0 0 0.13 180 0.44 0.77
Hex AA DE DE 17 0 0 D B4 2C 4D
Octal 252 336 336 27 0 0 15 264 54 115
Binary 10101010 11011110 11011110 10111 0 0 1101 10110100 101100 1001101

Color Harmonies of #AADEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADEDE

Black with #AADEDE

Text Example


Text Example

White with #AADEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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