#ACD8DA

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

Shades of Powder Blue #ACD8DA

Tints of Powder Blue #ACD8DA

Color information

#ACD8DA (or 0xACD8DA) is unknown color: approx Powder Blue. HEX triplet: AC, D8 and DA. RGB value is (172,216,218). Sum of RGB (Red+Green+Blue) = 172+216+218=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 216 (84.77% from 255 or 35.64% 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 #ACD8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8DA is #532725. Grayscale: #CBCBCB. Windows color (decimal): -5449510 or 14342316. OLE color: 14342316.

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

Color convert

RGB172216218-
CMYK0.210.0100.15
HSL182.61º38.33%76.47%-
HSV(B)182.61º21.1%85.49%-
XYZ54.2262.9475.62-
YUV203.07136.42105.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 216 (84.77% from 255) = 35.64%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=28.38%
G=35.64%
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
Decimal1722162180.210.0100.15182.6138.3376.47
HexACD8DA1510Fb7264c
Octal25433033225101726746114
Binary10101100110110001101101010101101111101101111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD8DA; }

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

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

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

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

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

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

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

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