#AADADB

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

Shades of Powder Blue #AADADB

Tints of Powder Blue #AADADB

Color information

#AADADB (or 0xAADADB) is unknown color: approx Powder Blue. HEX triplet: AA, DA and DB. RGB value is (170,218,219). Sum of RGB (Red+Green+Blue) = 170+218+219=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #AADADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADADB is #552524. Grayscale: #CBCBCB. Windows color (decimal): -5580069 or 14408362. OLE color: 14408362.

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

Color convert

RGB170218219-
CMYK0.220.0000.14
HSL181.22º40.5%76.27%-
HSV(B)181.22º22.37%85.88%-
XYZ54.4463.876.46-
YUV203.76136.6103.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.01%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=28.01%
G=35.91%
B=36.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702182190.220.0000.14181.2240.576.27
HexAADADB1600Eb5284c
Octal25233233326001626550114
Binary10101010110110101101101110110001110101101011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADADB; }

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

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

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

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

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

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

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

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