#ACDADF

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

Shades of Powder Blue #ACDADF

Tints of Powder Blue #ACDADF

Color information

#ACDADF (or 0xACDADF) is unknown color: approx Powder Blue. HEX triplet: AC, DA and DF. RGB value is (172,218,223). Sum of RGB (Red+Green+Blue) = 172+218+223=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACDADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDADF is #532520. Grayscale: #CCCCCC. Windows color (decimal): -5448993 or 14670508. OLE color: 14670508.

HSL color Cylindrical-coordinate representation of color #ACDADF: hue angle of 185.88º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDADF is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172218223-
CMYK0.230.0200.13
HSL185.88º44.35%77.45%-
HSV(B)185.88º22.87%87.45%-
XYZ55.464.2479.29-
YUV204.82138.26104.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=28.06%
G=35.56%
B=36.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722182230.230.0200.13185.8844.3577.45
HexACDADF1720Dba2c4d
Octal25433233727201527254115
Binary101011001101101011011111101111001101101110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDADF; }

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

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

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

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

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

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

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

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