#ACD7DB

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

Shades of Powder Blue #ACD7DB

Tints of Powder Blue #ACD7DB

Color information

#ACD7DB (or 0xACD7DB) is unknown color: approx Powder Blue. HEX triplet: AC, D7 and DB. RGB value is (172,215,219). Sum of RGB (Red+Green+Blue) = 172+215+219=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7DB is #532824. Grayscale: #CACACA. Windows color (decimal): -5449765 or 14407596. OLE color: 14407596.

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

Color convert

RGB172215219-
CMYK0.210.0200.14
HSL185.11º39.5%76.67%-
HSV(B)185.11º21.46%85.88%-
XYZ54.162.4976.23-
YUV202.6137.25106.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 215 (84.38% from 255) = 35.48%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=28.38%
G=35.48%
B=36.14%

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
Decimal1722152190.210.0200.14185.1139.576.67
HexACD7DB1520Eb9274d
Octal25432733325201627147115
Binary101011001101011111011011101011001110101110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD7DB; }

 p { color: rgb(172,215,219); }

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

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

 a { background-color: rgb(172,215,219); }

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

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

 span { border-color: rgb(172,215,219); }

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