Html Css Color HEX #AADCDE Powder Blue

📋 copy color: '#AADCDE'

red 170 ◦ green 220 ◦ blue 222

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

Shades of Powder Blue #AADCDE

Tints of Powder Blue #AADCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.95%

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

R = 27.78%
G = 35.95%
B = 36.27%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AADCDE (or 0xAADCDE) is known color: Powder Blue. HEX triplet: AA, DC and DE. RGB value is (170,220,222). Sum of RGB (Red+Green+Blue) = 170+220+222=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #AADCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCDE is #552321. Grayscale: #CDCDCD. Windows color (decimal): -5579554 or 14605482. OLE color: 14605482.

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

Color convert

RGB 170 220 222 -
CMYK 0.23 0.01 0 0.13
HSL 182.31º 0.44% 0.77% -
HSV(B) 182.31º 0.23% 0.87% -
XYZ 55.36 65.01 78.74 -
YUV 205.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 170 220 222 0.23 0.01 0 0.13 182.31 0.44 0.77
Hex AA DC DE 17 1 0 D B6 2C 4D
Octal 252 334 336 27 1 0 15 266 54 115
Binary 10101010 11011100 11011110 10111 1 0 1101 10110110 101100 1001101

Color Harmonies of #AADCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCDE

Black with #AADCDE

Text Example


Text Example

White with #AADCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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