#ACD6DA

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

Shades of Powder Blue #ACD6DA

Tints of Powder Blue #ACD6DA

Color information

#ACD6DA (or 0xACD6DA) is unknown color: approx Powder Blue. HEX triplet: AC, D6 and DA. RGB value is (172,214,218). Sum of RGB (Red+Green+Blue) = 172+214+218=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACD6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6DA is #532925. Grayscale: #C9C9C9. Windows color (decimal): -5450022 or 14341804. OLE color: 14341804.

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

Color convert

RGB172214218-
CMYK0.210.0200.15
HSL185.22º38.33%76.47%-
HSV(B)185.22º21.1%85.49%-
XYZ53.7161.9375.45-
YUV201.9137.09106.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=28.48%
G=35.43%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722142180.210.0200.15185.2238.3376.47
HexACD6DA1520Fb9264c
Octal25432633225201727146114
Binary101011001101011011011010101011001111101110011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD6DA; }

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

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

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

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

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

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

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

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