#ACE8DC

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

Shades of Ice Cold #ACE8DC

Tints of Ice Cold #ACE8DC

Color information

#ACE8DC (or 0xACE8DC) is unknown color: approx Ice Cold. HEX triplet: AC, E8 and DC. RGB value is (172,232,220). Sum of RGB (Red+Green+Blue) = 172+232+220=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8DC is #531723. Grayscale: #D4D4D4. Windows color (decimal): -5445412 or 14477484. OLE color: 14477484.

HSL color Cylindrical-coordinate representation of color #ACE8DC: hue angle of 168º 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 #ACE8DC is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB172232220-
CMYK0.2600.050.09
HSL168º56.6%79.22%-
HSV(B)168º25.86%90.98%-
XYZ58.7971.6578.44-
YUV212.69132.1298.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.56%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=27.56%
G=37.18%
B=35.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722322200.2600.050.0916856.679.22
HexACE8DC1A059a8394f
Octal25435033432051125071117
Binary1010110011101000110111001101001011001101010001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE8DC; }

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

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

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

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

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

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

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

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