#ACE1DF

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

Shades of Powder Blue #ACE1DF

Tints of Powder Blue #ACE1DF

Color information

#ACE1DF (or 0xACE1DF) is unknown color: approx Powder Blue. HEX triplet: AC, E1 and DF. RGB value is (172,225,223). Sum of RGB (Red+Green+Blue) = 172+225+223=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1DF is #531E20. Grayscale: #D0D0D0. Windows color (decimal): -5447201 or 14672300. OLE color: 14672300.

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

Color convert

RGB172225223-
CMYK0.2400.010.12
HSL177.74º46.9%77.84%-
HSV(B)177.74º23.56%88.24%-
XYZ57.2667.9579.91-
YUV208.92135.94101.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=27.74%
G=36.29%
B=35.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722252230.2400.010.12177.7446.977.84
HexACE1DF1801Cb22f4e
Octal25434133730011426257116
Binary10101100111000011101111111000011100101100101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1DF; }

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

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

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

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

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

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

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

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