#ADD9DF

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

Shades of Powder Blue #ADD9DF

Tints of Powder Blue #ADD9DF

Color information

#ADD9DF (or 0xADD9DF) is unknown color: approx Powder Blue. HEX triplet: AD, D9 and DF. RGB value is (173,217,223). Sum of RGB (Red+Green+Blue) = 173+217+223=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADD9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9DF is #522620. Grayscale: #CCCCCC. Windows color (decimal): -5383713 or 14670253. OLE color: 14670253.

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

Color convert

RGB173217223-
CMYK0.220.0300.13
HSL187.2º43.86%77.65%-
HSV(B)187.2º22.42%87.45%-
XYZ55.3763.8479.22-
YUV204.53138.42105.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=28.22%
G=35.40%
B=36.38%

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
Decimal1732172230.220.0300.13187.243.8677.65
HexADD9DF1630Dbb2c4e
Octal25533133726301527354116
Binary101011011101100111011111101101101101101110111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9DF; }

 p { color: rgb(173,217,223); }

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

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

 a { background-color: rgb(173,217,223); }

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

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

 span { border-color: rgb(173,217,223); }

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