#AADADC

Color #AADADC Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #AADADC

Tints of Powder Blue #AADADC

Color information

#AADADC (or 0xAADADC) is unknown color: approx Powder Blue. HEX triplet: AA, DA and DC. RGB value is (170,218,220). Sum of RGB (Red+Green+Blue) = 170+218+220=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #AADADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADADC is #552523. Grayscale: #CBCBCB. Windows color (decimal): -5580068 or 14473898. OLE color: 14473898.

HSL color Cylindrical-coordinate representation of color #AADADC: hue angle of 182.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADADC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170218220-
CMYK0.230.0100.14
HSL182.4º41.67%76.47%-
HSV(B)182.4º22.73%86.27%-
XYZ54.5763.8677.16-
YUV203.88137.1103.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.96%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=27.96%
G=35.86%
B=36.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702182200.230.0100.14182.441.6776.47
HexAADADC1710Eb62a4c
Octal25233233427101626652114
Binary10101010110110101101110010111101110101101101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADADC; }

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

 H1.HeaderClassName
 {
   color: #AADADC;
 }
 .AnyTagClassName
 {
   color: #AADADC;
 }
</style>
background-color css

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

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

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

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

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

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