#ACD9DB

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

Shades of Powder Blue #ACD9DB

Tints of Powder Blue #ACD9DB

Color information

#ACD9DB (or 0xACD9DB) is unknown color: approx Powder Blue. HEX triplet: AC, D9 and DB. RGB value is (172,217,219). Sum of RGB (Red+Green+Blue) = 172+217+219=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9DB is #532624. Grayscale: #CBCBCB. Windows color (decimal): -5449253 or 14408108. OLE color: 14408108.

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

Color convert

RGB172217219-
CMYK0.210.0100.14
HSL182.55º39.5%76.67%-
HSV(B)182.55º21.46%85.88%-
XYZ54.6163.5176.4-
YUV203.77136.59105.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=28.29%
G=35.69%
B=36.02%

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
Decimal1722172190.210.0100.14182.5539.576.67
HexACD9DB1510Eb7274d
Octal25433133325101626747115
Binary10101100110110011101101110101101110101101111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9DB; }

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

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

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

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

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

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

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

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