#ACE7DC

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

Shades of Ice Cold #ACE7DC

Tints of Ice Cold #ACE7DC

Color information

#ACE7DC (or 0xACE7DC) is unknown color: approx Ice Cold. HEX triplet: AC, E7 and DC. RGB value is (172,231,220). Sum of RGB (Red+Green+Blue) = 172+231+220=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7DC is #531823. Grayscale: #D4D4D4. Windows color (decimal): -5445668 or 14477228. OLE color: 14477228.

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

Color convert

RGB172231220-
CMYK0.2600.050.09
HSL168.81º55.14%79.02%-
HSV(B)168.81º25.54%90.59%-
XYZ58.5171.0978.35-
YUV212.1132.4599.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.61%
GREEN value IS 231 (90.62% from 255) = 37.08%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=27.61%
G=37.08%
B=35.31%

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
Decimal1722312200.2600.050.09168.8155.1479.02
HexACE7DC1A059a9374f
Octal25434733432051125167117
Binary1010110011100111110111001101001011001101010011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE7DC; }

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

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

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

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

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

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

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

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