#ACE1CF

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

Shades of Ice Cold #ACE1CF

Tints of Ice Cold #ACE1CF

Color information

#ACE1CF (or 0xACE1CF) is unknown color: approx Ice Cold. HEX triplet: AC, E1 and CF. RGB value is (172,225,207). Sum of RGB (Red+Green+Blue) = 172+225+207=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1CF is #531E30. Grayscale: #CFCFCF. Windows color (decimal): -5447217 or 13623724. OLE color: 13623724.

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

Color convert

RGB172225207-
CMYK0.2400.080.12
HSL159.62º46.9%77.84%-
HSV(B)159.62º23.56%88.24%-
XYZ55.267.1369.08-
YUV207.1127.94102.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=28.48%
G=37.25%
B=34.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722252070.2400.080.12159.6246.977.84
HexACE1CF1808Ca02f4e
Octal254341317300101424057116
Binary10101100111000011100111111000010001100101000001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1CF; }

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

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

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

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

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

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

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

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