#ACE8D8

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

Shades of Ice Cold #ACE8D8

Tints of Ice Cold #ACE8D8

Color information

#ACE8D8 (or 0xACE8D8) is unknown color: approx Ice Cold. HEX triplet: AC, E8 and D8. RGB value is (172,232,216). Sum of RGB (Red+Green+Blue) = 172+232+216=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 216 (84.77% from 255 or 34.84% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8D8 is #531727. Grayscale: #D4D4D4. Windows color (decimal): -5445416 or 14215340. OLE color: 14215340.

HSL color Cylindrical-coordinate representation of color #ACE8D8: hue angle of 164º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE8D8 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB172232216-
CMYK0.2600.070.09
HSL164º56.6%79.22%-
HSV(B)164º25.86%90.98%-
XYZ58.2671.4475.68-
YUV212.24130.1299.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 216 (84.77% from 255) = 34.84%
R=27.74%
G=37.42%
B=34.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722322160.2600.070.0916456.679.22
HexACE8D81A079a4394f
Octal25435033032071124471117
Binary1010110011101000110110001101001111001101001001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE8D8; }

 p { color: rgb(172,232,216); }

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

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

 a { background-color: rgb(172,232,216); }

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

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

 span { border-color: rgb(172,232,216); }

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