#ADD9DE

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

Shades of Powder Blue #ADD9DE

Tints of Powder Blue #ADD9DE

Color information

#ADD9DE (or 0xADD9DE) is unknown color: approx Powder Blue. HEX triplet: AD, D9 and DE. RGB value is (173,217,222). Sum of RGB (Red+Green+Blue) = 173+217+222=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADD9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9DE is #522621. Grayscale: #CCCCCC. Windows color (decimal): -5383714 or 14604717. OLE color: 14604717.

HSL color Cylindrical-coordinate representation of color #ADD9DE: hue angle of 186.12º degrees, saturation: 0.43, 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 #ADD9DE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173217222-
CMYK0.220.0200.13
HSL186.12º42.61%77.45%-
HSV(B)186.12º22.07%87.06%-
XYZ55.2363.7878.51-
YUV204.41137.92105.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.27%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 222 (87.11% from 255) = 36.27%
R=28.27%
G=35.46%
B=36.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732172220.220.0200.13186.1242.6177.45
HexADD9DE1620Dba2b4d
Octal25533133626201527253115
Binary101011011101100111011110101101001101101110101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9DE; }

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

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

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

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

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

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

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

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