#ADD7DA

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

Shades of Powder Blue #ADD7DA

Tints of Powder Blue #ADD7DA

Color information

#ADD7DA (or 0xADD7DA) is unknown color: approx Powder Blue. HEX triplet: AD, D7 and DA. RGB value is (173,215,218). Sum of RGB (Red+Green+Blue) = 173+215+218=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7DA is #522825. Grayscale: #CACACA. Windows color (decimal): -5384230 or 14342061. OLE color: 14342061.

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

Color convert

RGB173215218-
CMYK0.210.0100.15
HSL184º37.82%76.67%-
HSV(B)184º20.64%85.49%-
XYZ54.1962.5575.55-
YUV202.78136.59106.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.55%
GREEN value IS 215 (84.38% from 255) = 35.48%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=28.55%
G=35.48%
B=35.97%

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
Decimal1732152180.210.0100.1518437.8276.67
HexADD7DA1510Fb8264d
Octal25532733225101727046115
Binary10101101110101111101101010101101111101110001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7DA; }

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

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

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

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

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

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

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

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