#ADD8DC

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

Shades of Powder Blue #ADD8DC

Tints of Powder Blue #ADD8DC

Color information

#ADD8DC (or 0xADD8DC) is unknown color: approx Powder Blue. HEX triplet: AD, D8 and DC. RGB value is (173,216,220). Sum of RGB (Red+Green+Blue) = 173+216+220=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8DC is #522723. Grayscale: #CBCBCB. Windows color (decimal): -5383972 or 14473389. OLE color: 14473389.

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

Color convert

RGB173216220-
CMYK0.210.0200.14
HSL185.11º40.17%77.06%-
HSV(B)185.11º21.36%86.27%-
XYZ54.7163.1677.02-
YUV203.6137.25106.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 216 (84.77% from 255) = 35.47%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=28.41%
G=35.47%
B=36.12%

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
Decimal1732162200.210.0200.14185.1140.1777.06
HexADD8DC1520Eb9284d
Octal25533033425201627150115
Binary101011011101100011011100101011001110101110011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8DC; }

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

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

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

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

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

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

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

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