#ADD7DD

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

Shades of Powder Blue #ADD7DD

Tints of Powder Blue #ADD7DD

Color information

#ADD7DD (or 0xADD7DD) is unknown color: approx Powder Blue. HEX triplet: AD, D7 and DD. RGB value is (173,215,221). Sum of RGB (Red+Green+Blue) = 173+215+221=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADD7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7DD is #522822. Grayscale: #CBCBCB. Windows color (decimal): -5384227 or 14538669. OLE color: 14538669.

HSL color Cylindrical-coordinate representation of color #ADD7DD: hue angle of 187.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD7DD is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173215221-
CMYK0.220.0300.13
HSL187.5º41.38%77.25%-
HSV(B)187.5º21.72%86.67%-
XYZ54.5962.7177.63-
YUV203.13138.09106.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=28.41%
G=35.30%
B=36.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732152210.220.0300.13187.541.3877.25
HexADD7DD1630Dbc294d
Octal25532733526301527451115
Binary101011011101011111011101101101101101101111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7DD; }

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

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

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

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

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

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

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

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