#ADD9DC

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

Shades of Powder Blue #ADD9DC

Tints of Powder Blue #ADD9DC

Color information

#ADD9DC (or 0xADD9DC) is unknown color: approx Powder Blue. HEX triplet: AD, D9 and DC. RGB value is (173,217,220). Sum of RGB (Red+Green+Blue) = 173+217+220=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9DC is #522623. Grayscale: #CCCCCC. Windows color (decimal): -5383716 or 14473645. OLE color: 14473645.

HSL color Cylindrical-coordinate representation of color #ADD9DC: hue angle of 183.83º degrees, saturation: 0.4, 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 #ADD9DC is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173217220-
CMYK0.210.0100.14
HSL183.83º40.17%77.06%-
HSV(B)183.83º21.36%86.27%-
XYZ54.9663.6877.1-
YUV204.19136.92105.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.36%
GREEN value IS 217 (85.16% from 255) = 35.57%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=28.36%
G=35.57%
B=36.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732172200.210.0100.14183.8340.1777.06
HexADD9DC1510Eb8284d
Octal25533133425101627050115
Binary10101101110110011101110010101101110101110001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9DC; }

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

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

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

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

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

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

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

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