#ACE1D9

Color #ACE1D9 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #ACE1D9

Tints of Ice Cold #ACE1D9

Color information

#ACE1D9 (or 0xACE1D9) is unknown color: approx Ice Cold. HEX triplet: AC, E1 and D9. RGB value is (172,225,217). Sum of RGB (Red+Green+Blue) = 172+225+217=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1D9 is #531E26. Grayscale: #D0D0D0. Windows color (decimal): -5447207 or 14279084. OLE color: 14279084.

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

Color convert

RGB172225217-
CMYK0.2400.040.12
HSL170.94º46.9%77.84%-
HSV(B)170.94º23.56%88.24%-
XYZ56.4667.6375.72-
YUV208.24132.94102.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.01%
GREEN value IS 225 (88.28% from 255) = 36.64%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=28.01%
G=36.64%
B=35.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722252170.2400.040.12170.9446.977.84
HexACE1D91804Cab2f4e
Octal25434133130041425357116
Binary1010110011100001110110011100001001100101010111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1D9; }

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

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

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

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

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

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

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

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