#ACE1DC

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

Shades of Ice Cold #ACE1DC

Tints of Ice Cold #ACE1DC

Color information

#ACE1DC (or 0xACE1DC) is unknown color: approx Ice Cold. HEX triplet: AC, E1 and DC. RGB value is (172,225,220). Sum of RGB (Red+Green+Blue) = 172+225+220=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1DC is #531E23. Grayscale: #D0D0D0. Windows color (decimal): -5447204 or 14475692. OLE color: 14475692.

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

Color convert

RGB172225220-
CMYK0.2400.020.12
HSL174.34º46.9%77.84%-
HSV(B)174.34º23.56%88.24%-
XYZ56.8667.7977.8-
YUV208.58134.44101.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.88%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=27.88%
G=36.47%
B=35.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722252200.2400.020.12174.3446.977.84
HexACE1DC1802Cae2f4e
Octal25434133430021425657116
Binary101011001110000111011100110000101100101011101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1DC; }

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

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

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

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

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

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

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

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