#ACDAE0

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

Shades of Powder Blue #ACDAE0

Tints of Powder Blue #ACDAE0

Color information

#ACDAE0 (or 0xACDAE0) is unknown color: approx Powder Blue. HEX triplet: AC, DA and E0. RGB value is (172,218,224). Sum of RGB (Red+Green+Blue) = 172+218+224=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACDAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAE0 is #53251F. Grayscale: #CCCCCC. Windows color (decimal): -5448992 or 14736044. OLE color: 14736044.

HSL color Cylindrical-coordinate representation of color #ACDAE0: hue angle of 186.92º 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 #ACDAE0 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172218224-
CMYK0.230.0300.12
HSL186.92º45.61%77.65%-
HSV(B)186.92º23.21%87.84%-
XYZ55.5464.380-
YUV204.93138.76104.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 224 (87.89% from 255) = 36.48%
R=28.01%
G=35.50%
B=36.48%

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
Decimal1722182240.230.0300.12186.9245.6177.65
HexACDAE01730Cbb2e4e
Octal25433234027301427356116
Binary101011001101101011100000101111101100101110111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAE0; }

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

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

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

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

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

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

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

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