#ADD7DB

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

Shades of Powder Blue #ADD7DB

Tints of Powder Blue #ADD7DB

Color information

#ADD7DB (or 0xADD7DB) is unknown color: approx Powder Blue. HEX triplet: AD, D7 and DB. RGB value is (173,215,219). Sum of RGB (Red+Green+Blue) = 173+215+219=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 215 (84.38% from 255 or 35.42% 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 #ADD7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7DB is #522824. Grayscale: #CACACA. Windows color (decimal): -5384229 or 14407597. OLE color: 14407597.

HSL color Cylindrical-coordinate representation of color #ADD7DB: hue angle of 185.22º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD7DB is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173215219-
CMYK0.210.0200.14
HSL185.22º38.98%76.86%-
HSV(B)185.22º21%85.88%-
XYZ54.3262.676.24-
YUV202.9137.09106.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=28.50%
G=35.42%
B=36.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732152190.210.0200.14185.2238.9876.86
HexADD7DB1520Eb9274d
Octal25532733325201627147115
Binary101011011101011111011011101011001110101110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7DB; }

 p { color: rgb(173,215,219); }

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

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

 a { background-color: rgb(173,215,219); }

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

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

 span { border-color: rgb(173,215,219); }

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