#ACE4DC

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

Shades of Ice Cold #ACE4DC

Tints of Ice Cold #ACE4DC

Color information

#ACE4DC (or 0xACE4DC) is unknown color: approx Ice Cold. HEX triplet: AC, E4 and DC. RGB value is (172,228,220). Sum of RGB (Red+Green+Blue) = 172+228+220=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4DC is #531B23. Grayscale: #D2D2D2. Windows color (decimal): -5446436 or 14476460. OLE color: 14476460.

HSL color Cylindrical-coordinate representation of color #ACE4DC: hue angle of 171.43º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4DC is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB172228220-
CMYK0.2500.040.11
HSL171.43º50.91%78.43%-
HSV(B)171.43º24.56%89.41%-
XYZ57.6769.4278.07-
YUV210.34133.45100.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.74%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=27.74%
G=36.77%
B=35.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722282200.2500.040.11171.4350.9178.43
HexACE4DC1904Bab334e
Octal25434433431041325363116
Binary1010110011100100110111001100101001011101010111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE4DC; }

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

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

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

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

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

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

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

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