#ADD8DA

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

Shades of Powder Blue #ADD8DA

Tints of Powder Blue #ADD8DA

Color information

#ADD8DA (or 0xADD8DA) is unknown color: approx Powder Blue. HEX triplet: AD, D8 and DA. RGB value is (173,216,218). Sum of RGB (Red+Green+Blue) = 173+216+218=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8DA is #522725. Grayscale: #CBCBCB. Windows color (decimal): -5383974 or 14342317. OLE color: 14342317.

HSL color Cylindrical-coordinate representation of color #ADD8DA: hue angle of 182.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD8DA is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173216218-
CMYK0.210.0100.15
HSL182.67º37.82%76.67%-
HSV(B)182.67º20.64%85.49%-
XYZ54.4463.0675.63-
YUV203.37136.25106.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=28.50%
G=35.58%
B=35.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732162180.210.0100.15182.6737.8276.67
HexADD8DA1510Fb7264d
Octal25533033225101726746115
Binary10101101110110001101101010101101111101101111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8DA; }

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

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

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

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

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

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

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

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