#ACD9E0

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

Shades of Powder Blue #ACD9E0

Tints of Powder Blue #ACD9E0

Color information

#ACD9E0 (or 0xACD9E0) is unknown color: approx Powder Blue. HEX triplet: AC, D9 and E0. RGB value is (172,217,224). Sum of RGB (Red+Green+Blue) = 172+217+224=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACD9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9E0 is #53261F. Grayscale: #CCCCCC. Windows color (decimal): -5449248 or 14735788. OLE color: 14735788.

HSL color Cylindrical-coordinate representation of color #ACD9E0: hue angle of 188.08º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD9E0 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172217224-
CMYK0.230.0300.12
HSL188.08º45.61%77.65%-
HSV(B)188.08º23.21%87.84%-
XYZ55.2863.7879.92-
YUV204.34139.09104.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 224 (87.89% from 255) = 36.54%
R=28.06%
G=35.40%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722172240.230.0300.12188.0845.6177.65
HexACD9E01730Cbc2e4e
Octal25433134027301427456116
Binary101011001101100111100000101111101100101111001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9E0; }

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

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

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

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

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

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

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

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