#ACD8DB

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

Shades of Powder Blue #ACD8DB

Tints of Powder Blue #ACD8DB

Color information

#ACD8DB (or 0xACD8DB) is unknown color: approx Powder Blue. HEX triplet: AC, D8 and DB. RGB value is (172,216,219). Sum of RGB (Red+Green+Blue) = 172+216+219=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACD8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8DB is #532724. Grayscale: #CBCBCB. Windows color (decimal): -5449509 or 14407852. OLE color: 14407852.

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

Color convert

RGB172216219-
CMYK0.210.0100.14
HSL183.83º39.5%76.67%-
HSV(B)183.83º21.46%85.88%-
XYZ54.366376.31-
YUV203.19136.92105.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=28.34%
G=35.58%
B=36.08%

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
Decimal1722162190.210.0100.14183.8339.576.67
HexACD8DB1510Eb8274d
Octal25433033325101627047115
Binary10101100110110001101101110101101110101110001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD8DB; }

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

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

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

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

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

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

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

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